HttpGetStringResult.Value Property

Definition

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

Platform::String

winrt::hstring

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.

Applies to