次の方法で共有


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 プロパティに対応するクエリ パラメーターの値。

実装

適用対象

こちらもご覧ください