OwinRequest.MediaType Property

 

Gets or sets the Media-Type header.

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

Syntax

public virtual string MediaType { get; set; }
public:
property String^ MediaType {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract MediaType : string with get, set
override MediaType : string with get, set
Public Overridable Property MediaType As String

Property Value

Type: System.String

The Media-Type header.

Implements

IOwinRequest.MediaType

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top