Click or drag to resize
CSSHelperJoinClasses Method
Joins the given list of CSS classes. Omits empty and null strings.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string JoinClasses(
	params string[] classes
)

Parameters

classes
Type: SystemString

Return Value

Type: String
See Also