Class IndexModel
Inherited Members
Namespace: Volo.CmsKit.Admin.Web.Pages.CmsKit.GlobalResources
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
public class IndexModel : CmsKitAdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel(IGlobalResourceAdminAppService)
Declaration
public IndexModel(IGlobalResourceAdminAppService globalResourceAdminAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IGlobalResourceAdminAppService | globalResourceAdminAppService |
Properties
ScriptContent
Declaration
[TextArea(Rows = 30)]
public string ScriptContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StyleContent
Declaration
[TextArea(Rows = 30)]
public string StyleContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
OnGetAsync()
Declaration
public Task OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task |