Interface ITagAppService
Namespace: Volo.Blogging.Tagging
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public interface ITagAppService : IApplicationService
Methods
GetPopularTags(Guid, GetPopularTagsInput)
Declaration
Task<List<TagDto>> GetPopularTags(Guid blogId, GetPopularTagsInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | blogId | |
| GetPopularTagsInput | input |
Returns
| Type | Description |
|---|---|
| Task<List<TagDto>> |