Click or drag to resize
CssHelperGetCssClassAttribute Method
Returns class attribute or empty string if no class is defined.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string GetCssClassAttribute(
	string cssClass
)

Parameters

cssClass
Type: SystemString
Css class

Return Value

Type: String
See Also