Click or drag to resize

PFImagesHtmlHelperGetFontAwesomeImage Method

Gets the Font-Awesome image tag from a given class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html GetFontAwesomeImage(
	string fontAwesomeClass
)

Parameters

fontAwesomeClass
Type: SystemString
The font awesome class.

Return Value

Type: Html
"i" tag
See Also