Returns a simplified user-agent string.

Syntax

Smartsite SXML CopyCode image Copy Code
string request.useragent()
string request.useragent(boolean full)

Parameters

Name Data Type Description
full Boolean If set to true the full user-agent string, otherwise a simplified user-agent string.

Return Value

Data Type Description
String String with user-agent information.

Expand image Example

SXML