Class LayoutHookViewModel
Inheritance
object
LayoutHookViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |