ASPxClientUtils Properties
Represents an object containing service static functions and properties which can be useful when performing client-side processing.Name | Description |
---|---|
agent static | Gets the user-agent string, which identifies the client browser and provides certain system details of the client computer. |
androidPlatform static | Gets a value that specifies whether the application is run under the Android platform. |
browserMajorVersion static | Gets a value that specifies a client browser’s major version. |
browserVersion static | Gets a value that specifies a client browser’s full version. |
chrome static | Gets a value that specifies whether the client browser is Google Chrome. |
firefox static | Gets a value that specifies whether the client browser is Firefox. |
firefox3 static | Obsolete. Gets a value that specifies whether the client browser is Firefox version 3. |
iOSPlatform static | Gets a value that specifies whether the application is run under an iOS platform. |
macOSPlatform static | Gets a value that specifies whether the application is run under a MacOS platform. |
mozilla static | Gets a value that specifies whether the client browser is Mozilla. |
msTouchUI static | Gets a value that specifies whether the client browser supports the Microsoft touch user interface. |
netscape static | Gets a value that specifies whether the client browser is Netscape. |
netscapeFamily static | Gets a value that specifies whether a client browser is based on Netscape. |
opera static | Gets a value that specifies whether the client browser is Opera. |
opera9 static | Obsolete. Gets a value that specifies whether the client browser is Opera version 9. |
safari static | Gets a value that specifies whether the client browser is Safari. |
safari3 static | Obsolete. Gets a value that specifies whether the client browser is Safari version 3. |
safariMacOS static | Obsolete. Gets a value that specifies whether the client browser is Safari, running under a MacOS operating system. |
touchUI static | Gets a value that specifies whether the client browser supports touch. |
webKitFamily static | Gets a value that specifies whether a client browser is based on WebKit. |
webKitTouchUI static | Gets a value that specifies whether the client browser supports the WebKit touch user interface. |
windowsPlatform static | Gets a value that specifies whether the application is run under the Windows platform. |
See Also