Show / Hide Table of Contents

Class PageUpdate

Inheritance
object
CmsKitProComponentBase
PageUpdate
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.Pages.Update")]
[Route("/Cms/Pages/Update/{Id:guid}")]
public class PageUpdate : CmsKitProComponentBase

Constructors

PageUpdate()

Declaration
public PageUpdate()

Fields

BreadcrumbItems

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

HideIcons

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

MarkdownRef

Declaration
protected DynamicWidgetMarkdown MarkdownRef
Field Value
Type Description
DynamicWidgetMarkdown

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

ValidationsRef

Declaration
protected Validations ValidationsRef
Field Value
Type Description
Validations

Properties

EditingPage

Declaration
protected UpdatePageInputDto EditingPage { get; set; }
Property Value
Type Description
UpdatePageInputDto

Id

Declaration
[Parameter]
public Guid Id { get; set; }
Property Value
Type Description
Guid

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

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

GetEditingPageAsync()

Declaration
protected virtual Task GetEditingPageAsync()
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected virtual ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

UpdatePageAsync()

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