OwinRequest.ContentType Property
The Content-Type header
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Overridable Property ContentType As String
Get
Set
'Usage
Dim instance As OwinRequest
Dim value As String
value = instance.ContentType
instance.ContentType = value
public virtual string ContentType { get; set; }
public:
virtual property String^ ContentType {
String^ get ();
void set (String^ value);
}
abstract ContentType : string with get, set
override ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)
Property Value
Type: System.String