Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 944 Bytes

httpcontentcodingwithqualityheadervalue_parse_705027695.md

File metadata and controls

32 lines (22 loc) · 944 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.Parse(System.String)
winrt method

Windows.Web.Http.Headers.HttpContentCodingWithQualityHeaderValue.Parse

-description

Converts a string to an HttpContentCodingWithQualityHeaderValue instance.

-parameters

-param input

A string that represents the content coding information in the Accept-Encoding HTTP header.

-returns

An HttpContentCodingWithQualityHeaderValue instance.

-remarks

Below are the exceptions that this function throws.

E_INVALIDARG

The input parameter is null (Nothing in Visual Basic).

The input parameter is not valid content coding information.

-examples

-see-also