HttpGetStringResult.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The returned string data from an HTTP request as a string.
public:
property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = httpGetStringResult.value;
Public ReadOnly Property Value As 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.