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: 8.2.23
Syntax
C#
public static string GetCssClassAttribute(
	string cssClass
)

Parameters

cssClass
Type: SystemString
Css class

Return Value

Type: String
See Also