IncomingWebRequestContext.UserAgent Property

Definition

Gets the UserAgent header value from the incoming Web request.

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

Property Value

The UserAgent header from the incoming Web request.

Applies to