Class LayoutHookViewModel
Inheritance
System.Object
LayoutHookViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Components.LayoutHook
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class LayoutHookViewModel
Constructors
LayoutHookViewModel(LayoutHookInfo[], String)
Declaration
public LayoutHookViewModel(LayoutHookInfo[] hooks, string layout)
Parameters
Type | Name | Description |
---|---|---|
LayoutHookInfo[] | hooks | |
System.String | layout |
Properties
Hooks
Declaration
public LayoutHookInfo[] Hooks { get; }
Property Value
Type | Description |
---|---|
LayoutHookInfo[] |
Layout
Declaration
public string Layout { get; }
Property Value
Type | Description |
---|---|
System.String |