IOwinRequest.MediaType Property
Gets or sets the type of the media in making the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property MediaType As String
Get
Set
'Usage
Dim instance As IOwinRequest
Dim value As String
value = instance.MediaType
instance.MediaType = value
string MediaType { get; set; }
property String^ MediaType {
String^ get ();
void set (String^ value);
}
abstract MediaType : string with get, set
function get MediaType () : String
function set MediaType (value : String)
Property Value
Type: System.String
The type of the media in making the request.