HttpGetStringResult.Value 屬性

定義

從 HTTP 要求傳回的字串資料做為字串。

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

屬性值

String

Platform::String

winrt::hstring

HTTP 回應的字串值。

備註

只有在 HTTP 伺服器傳回有效的 HTTP 回應,而且可以讀取回應本文時,才能使用字串。

適用於