HttpMediaTypeWithQualityHeaderValue.MediaType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the media-type of the content to accept that is used in the Accept HTTP header.
public:
property Platform::String ^ MediaType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MediaType();
void MediaType(winrt::hstring value);
public string MediaType { get; set; }
var string = httpMediaTypeWithQualityHeaderValue.mediaType;
httpMediaTypeWithQualityHeaderValue.mediaType = string;
Public Property MediaType As String
Property Value
The media-type of the entity-body.