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

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

Parameters

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

Return Value

Type: String
See Also