Class AbpDynamicLayoutComponentOptions
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public class AbpDynamicLayoutComponentOptions
Constructors
AbpDynamicLayoutComponentOptions()
Declaration
public AbpDynamicLayoutComponentOptions()
Properties
Components
Declaration
public Dictionary<Type, IDictionary<string, object>?> Components { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<Type, IDictionary<string, object>> |