CMSIconGetIconHtml Method |
Gets the complete icon HTML
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static string GetIconHtml(
string cssClass,
string text = null
)
Parameters
- cssClass
- Type: SystemString
Icon CSS class - text (Optional)
- Type: SystemString
Icon text
Return Value
Type:
StringSee Also