CssHelperGetCssClassAttribute Method |
Returns class attribute or empty string if no class is defined.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetCssClassAttribute(
string cssClass
)
Parameters
- cssClass
- Type: SystemString
Css class
Return Value
Type:
StringSee Also