This documentation is archived and is not being maintained.
HttpRequest::UserAgent Property
.NET Framework (current version)
Gets the raw user agent string of the client browser.
Namespace:
System.WebAssembly:
System.Web (in System.Web.dll)
public:
property String^ UserAgent {
String^ get();
}
Property Value
Type:
System::String^The raw user agent string of the client browser.
The following code example assigns the type identification of the requesting browser to a string variable.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top