Class LayoutHookInfo
Inheritance
object
LayoutHookInfo
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 LayoutHookInfo
Constructors
LayoutHookInfo(Type, string)
Declaration
public LayoutHookInfo(Type componentType, string layout = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | componentType | |
| string | layout |
Properties
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Layout
Declaration
public string Layout { get; }
Property Value
| Type | Description |
|---|---|
| string |