IOwinRequest.ContentType Property

Gets or sets the type of the context associated with the request.

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

Syntax

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

value = instance.ContentType

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

Property Value

Type: System.String
The type of the context associated with the request.

See Also

Reference

IOwinRequest Interface

Microsoft.Owin Namespace