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 查询字符串中的命名值。

适用于

另请参阅