Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Content-Type header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string ContentType { get; set; }
property String^ ContentType {
String^ get();
void set(String^ value);
}
abstract ContentType : string with get, set
Property ContentType As String
Property Value
Type: System.String
The Content-Type header.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top