IOwinRequest.MediaType Property
Gets or sets the Media-Type header.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string MediaType { get; set; }
property String^ MediaType {
String^ get();
void set(String^ value);
}
abstract MediaType : string with get, set
Property MediaType As String
Property Value
Type: System.String
The Media-Type header.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top