Class BlogFeatureClientProxy
Inherited Members
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Common.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IBlogFeatureAppService), typeof(BlogFeatureClientProxy) })]
public class BlogFeatureClientProxy : ClientProxyBase<IBlogFeatureAppService>, ITransientDependency, IBlogFeatureAppService, IApplicationService, IRemoteService
Constructors
BlogFeatureClientProxy()
Declaration
public BlogFeatureClientProxy()
Methods
GetOrDefaultAsync(Guid, string)
Declaration
public virtual Task<BlogFeatureDto> GetOrDefaultAsync(Guid blogId, string featureName)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId | |
string | featureName |
Returns
Type | Description |
---|---|
Task<BlogFeatureDto> |