Class LayoutHookInfo
Inherited Members
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 |
|---|---|---|
| Type | componentType | |
| string | layout |
Properties
ComponentType
Declaration
public Type ComponentType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Layout
Declaration
public string? Layout { get; }
Property Value
| Type | Description |
|---|---|
| string |