Table of Contents

Class IconThemeOptions

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

IconTheme 配置项

public class IconThemeOptions
Inheritance
IconThemeOptions
Inherited Members
Extension Methods

Constructors

IconThemeOptions()

构造函数

public IconThemeOptions()

Properties

Icons

获得/设置 主题 Icons 集合

public Dictionary<string, Dictionary<ComponentIcons, string>> Icons { get; }

Property Value

Dictionary<string, Dictionary<ComponentIcons, string>>

ThemeKey

获得/设置 当前主题键值 默认 fa 使用 font-awesome 图标集

public string ThemeKey { get; set; }

Property Value

string