Share via


OwinRequest.Accept Property

 

Gets or set the Accept header.

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

Syntax

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

Property Value

Type: System.String

The Accept header.

Implements

IOwinRequest.Accept

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top