IOwinRequest.Accept Property

Gets or sets the accepted request.

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

Syntax

'Declaration
Property Accept As String 
    Get 
    Set
'Usage
Dim instance As IOwinRequest 
Dim value As String 

value = instance.Accept

instance.Accept = value
string Accept { get; set; }
property String^ Accept {
    String^ get ();
    void set (String^ value);
}
abstract Accept : string with get, set
function get Accept () : String 
function set Accept (value : String)

Property Value

Type: System.String
The accepted request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace