WwwFormUrlDecoderEntry クラス

定義

URL クエリ文字列内の名前と値のペアを表します。 代わりに IWwwFormUrlDecoderEntry インターフェイスを使用してください。「解説」を参照してください。

public ref class WwwFormUrlDecoderEntry sealed : IWwwFormUrlDecoderEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WwwFormUrlDecoderEntry final : IWwwFormUrlDecoderEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WwwFormUrlDecoderEntry : IWwwFormUrlDecoderEntry
Public NotInheritable Class WwwFormUrlDecoderEntry
Implements IWwwFormUrlDecoderEntry
継承
Object Platform::Object IInspectable WwwFormUrlDecoderEntry
属性
実装

Windows の要件

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

注釈

WwwFormUrlDecoder クラスは、名前と値のペアのシーケンスとして Uniform Resource Identifier (URI) クエリ文字列を表します。 各名前と値のペアは、WwwFormUrlDecoderEntry オブジェクトによって表されます。 WwwFormUrlDecoder のコレクション型は IWwwFormUrlDecoderEntry で、WwwFormUrlDecoderEntry は実用的な実装を (実装の詳細として) 提供します。

可能な場合は、 IWwwFormUrlDecoder クラス ではなく、 インターフェイスを使用 します。 WwwFormUrlDecoderEntry クラスは、すべての言語またはすべてのプラットフォームのランタイム クラスとして存在するわけではありません。 C# および Visual Basic コードでは 、WwwFormUrlDecoder クラスを使用できますが、WwwFormUrlDecoderEntry を使用することはできません。 すべての言語Windows Phone、すべてのバージョンで WwwFormUrlDecoderEntry を使用することはできません。 エントリを参照するすべてのWindows ランタイム API では、IWwwFormUrlDecoderEntry インターフェイスを実装するオブジェクトとして渡されるため、どのようなシナリオでも WwwFormUrlDecoderEntry に再キャストする必要はありません。

プロパティ

Name

URL クエリ文字列内のパラメーターの名前を表します。 代わりに IWwwFormUrlDecoderEntry インターフェイス バージョン (IWwwFormUrlDecoderEntry.Name) を使用してください。「解説」を参照してください。

Value

URL クエリ文字列の名前付き値を表します。 代わりに 、IWwwFormUrlDecoderEntry インターフェイス バージョン (IWwwFormUrlDecoderEntry.Value) を使用してください。「解説」を参照してください。

適用対象

こちらもご覧ください