WwwFormUrlDecoderEntry.Value 屬性

定義

表示 URL 查詢字串中的具名值。 請改用 IWwwFormUrlDecoderEntry 介面版本 (IWwwFormUrlDecoderEntry.Value) ;請參閱。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = wwwFormUrlDecoderEntry.value;
Public ReadOnly Property Value As String

屬性值

String

Platform::String

winrt::hstring

對應至 Name 屬性的查詢參數值。

實作

適用於

另請參閱