Show / Hide Table of Contents

Class GlobalResourceManagement

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

Constructors

GlobalResourceManagement()

Declaration
public GlobalResourceManagement()

Fields

BreadcrumbItems

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

GlobalResources

Declaration
protected GlobalResourcesDto GlobalResources
Field Value
Type Description
GlobalResourcesDto

HideIcons

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

ScriptMarkdownRef

Declaration
protected Markdown ScriptMarkdownRef
Field Value
Type Description
Markdown

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

Properties

GlobalResourceAdminAppService

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

Methods

BuildRenderTree(RenderTreeBuilder)

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

GetGlobalResourcesAsync()

Declaration
protected virtual Task GetGlobalResourcesAsync()
Returns
Type Description
Task

InitializeScriptMarkdownAsync()

Declaration
protected virtual Task InitializeScriptMarkdownAsync()
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected virtual ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

UpdateGlobalResourcesAsync()

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