IOwinResponse.ContentType Property
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
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top