IWwwFormUrlDecoderEntry 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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 查询字符串中的命名值。 |