Class TagEditorViewComponent
Inheritance
TagEditorViewComponent
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
[Widget(ScriptFiles = new string[] { "/Pages/CmsKit/Tags/Components/TagEditor/default.js" })]
public class TagEditorViewComponent : AbpViewComponent
Constructors
TagEditorViewComponent(ITagAppService)
Declaration
public TagEditorViewComponent(ITagAppService tagAppService)
Parameters
Properties
TagAppService
Declaration
protected ITagAppService TagAppService { get; }
Property Value
Methods
InvokeAsync(string, string, bool)
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string entityType, string entityId, bool displaySubmitButton = true)
Parameters
Type |
Name |
Description |
string |
entityType |
|
string |
entityId |
|
bool |
displaySubmitButton |
|
Returns
Extension Methods