Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 612 Bytes

httpcookiepairheadervaluecollection_tryparseadd_1906509460.md

File metadata and controls

26 lines (18 loc) · 612 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.TryParseAdd(System.String)
winrt method

Windows.Web.Http.Headers.HttpCookiePairHeaderValueCollection.TryParseAdd

-description

Tries to parse and add the specified item to the HttpCookiePairHeaderValueCollection.

-parameters

-param input

The item to parse and add.

-returns

true if the item successfully parsed and was added; otherwise false.

-remarks

-examples

-see-also