HttpMediaTypeHeaderValue.MediaType Property

Definition

Gets or sets the media-type of the entity-body used in the Content-Type 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 = httpMediaTypeHeaderValue.mediaType;
httpMediaTypeHeaderValue.mediaType = string;
Public Property MediaType As String

Property Value

String

Platform::String

winrt::hstring

The media-type of the entity-body.

Remarks

Internet media types should be registered with IANA. Media type registrations are listed in categories by IANA as MIME Media Types.

Applies to