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. |
android |
Gets a value that specifies whether the application is run under the Android platform. |
browser |
Gets a value that specifies a client browser’s major version. |
browser |
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. |
i |
Gets a value that specifies whether the application is run under an i |
mac |
Gets a value that specifies whether the application is run under a Mac |
mozilla static | Gets a value that specifies whether the client browser is Mozilla. |
ms |
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. |
netscape |
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. |
safari |
Obsolete. Gets a value that specifies whether the client browser is Safari, running under a Mac |
touch |
Gets a value that specifies whether the client browser supports touch. |
web |
Gets a value that specifies whether a client browser is based on Web |
web |
Gets a value that specifies whether the client browser supports the Web |
windows |
Gets a value that specifies whether the application is run under the Windows platform. |
See Also