Class PopularTagsViewComponent
Inheritance
PopularTagsViewComponent
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/CmsKit/Shared/Components/PopularTags/default.css" })]
public class PopularTagsViewComponent : AbpViewComponent
Constructors
PopularTagsViewComponent(ITagAppService)
Declaration
public PopularTagsViewComponent(ITagAppService tagAppService)
Parameters
Methods
InvokeAsync(string, int, string)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string entityType, int maxCount, string urlFormat)
Parameters
Returns
Extension Methods