Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 869 Bytes

httpmediatypeheadervalue_parameters.md

File metadata and controls

25 lines (17 loc) · 869 Bytes
-api-id -api-type
P:Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.Parameters
winrt property

Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.Parameters

-description

Gets a set of parameters included in the Content-Type HTTP header.

-property-value

A set of parameters.

-remarks

The Parameters property contains a set of zero or more name/value pairs associated with the MediaType.

The CharSet property is one name/value pair. The CharSet property is a shortcut to access the value of the entry in the Parameters list whose name is charset.

-examples

-see-also