MediaTypeHeaderValue.MediaType Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property MediaType As String
Get
Set
'Usage
Dim instance As MediaTypeHeaderValue
Dim value As String
value = instance.MediaType
instance.MediaType = value
public string MediaType { get; set; }
public:
property String^ MediaType {
String^ get ();
void set (String^ value);
}
member MediaType : string with get, set
function get MediaType () : String
function set MediaType (value : String)
Property Value
Type: System.String