Click or drag to resize
BrowserHelperGetBrowserClass Method (Boolean)
Gets the browser specific CSS class name.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetBrowserClass(
	bool includeVersion
)

Parameters

includeVersion
Type: SystemBoolean
Indicates if the browser version should be included

Return Value

Type: String
See Also