Class IndexModel
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.Pages.Components
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Demo.dll
Syntax
public class IndexModel : AbpPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel(IMenuManager)
Declaration
public IndexModel(IMenuManager menuManager)
Parameters
Type | Name | Description |
---|---|---|
IMenuManager | menuManager |
Fields
_menuManager
Declaration
public readonly IMenuManager _menuManager
Field Value
Type | Description |
---|---|
IMenuManager |
Methods
OnGet()
Declaration
public void OnGet()