IOwinRequest.Accept Property

 

Gets or set the Accept header.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

string Accept { get; set; }
property String^ Accept {
    String^ get();
    void set(String^ value);
}
abstract Accept : string with get, set
Property Accept As String

Property Value

Type: System.String

The Accept header.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top