HtmlForgeX

API Reference

Enum

FontAwesome5Style

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

FontAwesome 5 icon style

Inheritance

  • Enum
  • FontAwesome5Style

Values

public const FontAwesome5Style Solid #

Solid style (fas)

Value: 0
public const FontAwesome5Style Regular #

Regular style (far)

Value: 1
public const FontAwesome5Style Brands #

Brands style (fab)

Value: 2

Extension Methods

public static String GetClassPrefix(FontAwesome5Style style) #
Returns: String

Gets the CSS class prefix for the style

Parameters

style HtmlForgeX.FontAwesome5Style requiredposition: 0