Class LayoutHookViewModel
Inherited Members
Namespace: Volo.Abp.Ui.LayoutHooks
Assembly: Volo.Abp.UI.dll
Syntax
public class LayoutHookViewModel
Constructors
LayoutHookViewModel(LayoutHookInfo[], string?)
Declaration
public LayoutHookViewModel(LayoutHookInfo[] hooks, string? layout)
Parameters
Type | Name | Description |
---|---|---|
LayoutHookInfo[] | hooks | |
string | layout |
Properties
Hooks
Declaration
public LayoutHookInfo[] Hooks { get; }
Property Value
Type | Description |
---|---|
LayoutHookInfo[] |
Layout
Declaration
public string? Layout { get; }
Property Value
Type | Description |
---|---|
string |