Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 532 Bytes

httpgetstringresult_value.md

File metadata and controls

25 lines (17 loc) · 532 Bytes
-api-id -api-type ms.custom
P:Windows.Web.Http.HttpGetStringResult.Value
winrt property
19H1

Windows.Web.Http.HttpGetStringResult.Value

-description

The returned string data from an HTTP request as a string.

-property-value

String value of the HTTP response.

-remarks

The string will only be available if the HTTP server returned a valid HTTP response and the body of the response could be read.

-see-also

-examples