Show / Hide Table of Contents

Class TagManagement

Inheritance
object
TagManagement
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.Tags")]
[Route("/Cms/Tags")]
public class TagManagement : AbpCrudPageBase<ITagAdminAppService, TagDto, Guid, TagGetListInput, TagCreateDto, TagUpdateDto>

Constructors

TagManagement()

Declaration
public TagManagement()

Properties

TagDefinitions

Declaration
public List<TagDefinitionDto> TagDefinitions { get; set; }
Property Value
Type Description
List<TagDefinitionDto>

TagsManagementTableColumns

Declaration
protected List<TableColumn> TagsManagementTableColumns { get; }
Property Value
Type Description
List<TableColumn>

Toolbar

Declaration
protected PageToolbar Toolbar { get; }
Property Value
Type Description
PageToolbar

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

GetDeleteConfirmationMessage(TagDto)

Declaration
protected override string GetDeleteConfirmationMessage(TagDto entity)
Parameters
Type Name Description
TagDto entity
Returns
Type Description
string

OpenCreateModalAsync()

Declaration
protected override Task OpenCreateModalAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected override ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

SetEntityActionsAsync()

Declaration
protected override ValueTask SetEntityActionsAsync()
Returns
Type Description
ValueTask

SetTableColumnsAsync()

Declaration
protected override ValueTask SetTableColumnsAsync()
Returns
Type Description
ValueTask

SetToolbarItemsAsync()

Declaration
protected override ValueTask SetToolbarItemsAsync()
Returns
Type Description
ValueTask
In this article
Back to top Powered by Volosoft