Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 770 Bytes

httprequestheadercollection_lookup_711408188.md

File metadata and controls

27 lines (19 loc) · 770 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpRequestHeaderCollection.Lookup(System.String)
winrt method

Windows.Web.Http.Headers.HttpRequestHeaderCollection.Lookup

-description

Finds an item in the HttpRequestHeaderCollection if it exists.

-parameters

-param key

The key of the item to lookup.

-returns

The value, if an item with the specified key exists. Use the HasKey method to determine whether the key exists.

-remarks

Use the HasKey method to determine whether the key exists in the HttpRequestHeaderCollection.

-examples

-see-also