HttpMediaTypeHeaderValue(String) Constructor
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.
Initializes a new instance of the HttpMediaTypeHeaderValue class.
public:
HttpMediaTypeHeaderValue(Platform::String ^ mediaType);
HttpMediaTypeHeaderValue(winrt::hstring const& mediaType);
public HttpMediaTypeHeaderValue(string mediaType);
function HttpMediaTypeHeaderValue(mediaType)
Public Sub New (mediaType As String)
Parameters
- mediaType
-
String
Platform::String
winrt::hstring
The media-type of the entity-body used in the Content-Type HTTP header.