Class IIconThemeExtensions
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
FontAwesome 图标库扩展方法
public static class IIconThemeExtensions
- Inheritance
-
IIconThemeExtensions
- Inherited Members
Methods
GetIconByKey(IIconTheme, ComponentIcons, string?)
通过指定 Key 获得 Icon 字符串方法
public static string? GetIconByKey(this IIconTheme iconTheme, ComponentIcons key, string? defaultIcon = null)
Parameters
iconTheme
IIconThemekey
ComponentIconsdefaultIcon
string