Skip to main content

ASPxClientUtils.agent Property

Gets the user-agent string, which identifies the client browser and provides certain system details of the client computer.

Declaration

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