OwinResponse.ContentType Property

Gets or sets the content type of the output stream.

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

Syntax

'Declaration
Public Overridable Property ContentType As String 
    Get 
    Set
'Usage
Dim instance As OwinResponse 
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
The content type of the output stream.

Implements

IOwinResponse.ContentType

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace