HttpRequestWrapper::UserAgent Property

 

Gets the complete user-agent string of the client.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ UserAgent {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The complete user-agent string of the client.

.NET Framework
Available since 3.5
Return to top
Show: