IncomingWebRequestContext.Accept Property

Definition

Gets the Accept header value from the incoming Web request.

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

Property Value

The Accept header from the incoming Web request.

Applies to