Class AbpDynamicLayoutComponentOptions
Inheritance
object
AbpDynamicLayoutComponentOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><System.Type, System.Collections.Generic.IDictionary<TKey, TValue><string, object>> |