Interface IBlogFeatureAppService
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Common.Application.Contracts.dll
Syntax
public interface IBlogFeatureAppService : IApplicationService, IRemoteService
Methods
GetOrDefaultAsync(Guid, string)
Declaration
Task<BlogFeatureDto> GetOrDefaultAsync(Guid blogId, string featureName)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | blogId | |
| string | featureName |
Returns
| Type | Description |
|---|---|
| Task<BlogFeatureDto> |