Click or drag to resize
BrowserHelperIsMobileDevice Method (Boolean)
Indicates if browser is mobile device.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsMobileDevice(
	bool detectLargeDevice
)

Parameters

detectLargeDevice
Type: SystemBoolean
Indicates if large devices should be detected as mobile

Return Value

Type: Boolean
See Also