API Reference
Class
TablerIconLibrary (HtmlForgeX)
Static library for SVG icons with embedded content from tabler-icons This is an auto-generated class - do not modify manually
Inheritance
- Object
- TablerIconLibrary
Methods
public static IEnumerable<TablerIconType> GetAllIcons() #Returns:
IEnumerable<TablerIconType>Get all available icon types
public static Int32 GetAvailableIconCount() #Returns:
Int32Gets the total count of available icons in the library
Returns
Total number of available icons
public static TablerIcon GetIcon(TablerIconType TablerIconType) #Returns:
TablerIconGet an SVG icon by type
Parameters
- TablerIconType HtmlForgeX.TablerIconType
public static String GetSvgContent(TablerIconType TablerIconType) #Returns:
StringGet raw SVG content for an icon
Parameters
- TablerIconType HtmlForgeX.TablerIconType
public static Boolean HasIcon(TablerIconType TablerIconType) #Returns:
BooleanCheck if an icon exists
Parameters
- TablerIconType HtmlForgeX.TablerIconType