Class TagViewComponent
Inheritance
TagViewComponent
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
[Widget(StyleFiles = new string[] { "/Pages/CmsKit/Shared/Components/Tags/default.css" })]
public class TagViewComponent : AbpViewComponent
Constructors
TagViewComponent(ITagAppService)
Declaration
public TagViewComponent(ITagAppService tagAppService)
Parameters
Fields
TagAppService
Declaration
protected readonly ITagAppService TagAppService
Field Value
Methods
InvokeAsync(string, string, string)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string entityType, string entityId, string urlFormat)
Parameters
Returns
Extension Methods