OwinResponse.ContentType Property
Gets or sets the Content-Type header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual string ContentType { get; set; }
public:
property String^ ContentType {
virtual String^ get();
virtual void set(String^ value);
}
abstract ContentType : string with get, set
override ContentType : string with get, set
Public Overridable Property ContentType As String
Property Value
Type: System.String
The Content-Type header.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top