HttpRequestBase.UserAgent Property

Definition

When overridden in a derived class, gets the complete user-agent string of the client.

public:
 virtual property System::String ^ UserAgent { System::String ^ get(); };
public virtual string UserAgent { get; }
member this.UserAgent : string
Public Overridable ReadOnly Property UserAgent As String

Property Value

The complete user-agent string of the client.

Exceptions

Applies to