Class TagsController
Inheritance
System.Object
TagsController
Implements
IAvoidDuplicateCrossCuttingConcerns
IApplicationService
Assembly: Volo.Blogging.HttpApi.dll
Syntax
public class TagsController : AbpController, IAvoidDuplicateCrossCuttingConcerns, ITagAppService, IApplicationService
Constructors
TagsController(ITagAppService)
Declaration
public TagsController(ITagAppService tagAppService)
Parameters
Methods
GetPopularTags(Guid, GetPopularTagsInput)
Declaration
public Task<List<TagDto>> GetPopularTags(Guid blogId, GetPopularTagsInput input)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.List<TagDto>> |
|
Implements
IAvoidDuplicateCrossCuttingConcerns
IApplicationService
Extension Methods