IWwwFormUrlDecoderEntry インターフェイス

定義

URL クエリ文字列内の名前と値のペアを表します。

public interface class IWwwFormUrlDecoderEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(308180017, 63096, 20110, 182, 112, 32, 169, 176, 108, 81, 45)]
struct IWwwFormUrlDecoderEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(308180017, 63096, 20110, 182, 112, 32, 169, 176, 108, 81, 45)]
public interface IWwwFormUrlDecoderEntry
Public Interface IWwwFormUrlDecoderEntry
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

WwwFormUrlDecoder クラスは、名前と値のペアのシーケンスとして URL クエリ文字列を表します。 各名前と値のペアは、IWwwFormUrlDecoderEntry オブジェクトによって表されます。

プロパティ

Name

URL クエリ文字列内のパラメーターの名前を表します。

Value

URL クエリ文字列内の名前付き値を表します。

適用対象

こちらもご覧ください