Share via


IWwwFormUrlDecoderEntry.Value 屬性

定義

表示 URL 查詢字串中的具名值。

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

屬性值

String

Platform::String

winrt::hstring

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

適用於

另請參閱