ASPxClientUtils.agent Property
In This Article
Gets the user-agent string, which identifies the client browser and provides certain system details of the client computer.
#Declaration
TypeScript
static agent: string
#Property Value
Type | Description |
---|---|
string | A string value representing the browser’s user-agent string. |
#Remarks
The agent property’s value represents a string indicating the client browser, its version number, and details about the client system, such as operating system and version.
See Also