Click or drag to resize

ParameterGetFontAwesomeIcon Method

Resolves a stored icon value to a Font Awesome 6 class. Values already in Font Awesome form (containing "fa-") are returned unchanged; legacy Bootstrap 3 Glyphicon names (optionally prefixed with "glyphicon-") are mapped; anything unknown falls back to a default icon.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static string GetFontAwesomeIcon(
	string storedIcon
)

Parameters

storedIcon  String
 

Return Value

String
See Also