NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.UserAgent

Gets the client browser's raw User Agent String.

[Visual Basic]
Public ReadOnly Property UserAgent As String
[C#]
public string UserAgent {get;}
[C++]
public: __property String* get_UserAgent();
[JScript]
public function get UserAgent() : String;

Property Value

A string representing the browser's raw User Agent string.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace