Show / Hide Table of Contents

Class PageCreate

Inheritance
object
CmsKitProComponentBase
PageCreate
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.Pages.Create")]
[Route("/Cms/Pages/Create")]
public class PageCreate : CmsKitProComponentBase

Constructors

PageCreate()

Declaration
public PageCreate()

Fields

BreadcrumbItems

Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
Type Description
List<BreadcrumbItem>

HideIcons

Declaration
protected string[] HideIcons
Field Value
Type Description
string[]

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

ValidationsRef

Declaration
protected Validations ValidationsRef
Field Value
Type Description
Validations

Properties

MediaDescriptorAdminAppService

Declaration
[Inject]
protected IMediaDescriptorAdminAppService MediaDescriptorAdminAppService { get; set; }
Property Value
Type Description
IMediaDescriptorAdminAppService

NavigationManager

Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
Type Description
NavigationManager

Page

Declaration
protected CreatePageInputDto Page { get; set; }
Property Value
Type Description
CreatePageInputDto

PageAdminAppService

Declaration
[Inject]
protected IPageAdminAppService PageAdminAppService { get; set; }
Property Value
Type Description
IPageAdminAppService

Methods

BuildRenderTree(RenderTreeBuilder)

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

CreatePageAsync()

Declaration
protected virtual Task CreatePageAsync()
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

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