WwwFormUrlDecoderEntry 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
WwwFormUrlDecoder 类将统一资源标识符 (URI) 查询字符串表示为名称值对序列。 每个名称/值对都由 WwwFormUrlDecoderEntry 对象表示。 WwwFormUrlDecoder 的集合类型为 IWwwFormUrlDecoderEntry,WwwFormUrlDecoderEntry 提供实际实现 (作为实现详细信息) 。
尽可能使用 IWwwFormUrlDecoderEntry 接口,而不是 WwwFormUrlDecoder 类。 WwwFormUrlDecoderEntry 类不是所有语言或所有平台的运行时类。 C# 和 Visual Basic 代码可以使用 WwwFormUrlDecoder 类,但不能使用 WwwFormUrlDecoderEntry。 Windows Phone适用于所有语言,所有版本都不能使用 WwwFormUrlDecoderEntry。 在引用条目的所有Windows 运行时 API 中,它们作为实现 IWwwFormUrlDecoderEntry 接口的对象传递,因此对于任何方案,都不需要重新转换为 WwwFormUrlDecoderEntry。
属性
Name |
表示 URL 查询字符串中的参数的名称。 请改用 IWwwFormUrlDecoderEntry 接口版本 (IWwwFormUrlDecoderEntry.Name) ;请参阅备注。 |
Value |
表示 URL 查询字符串中的命名值。 请改用 IWwwFormUrlDecoderEntry.Value) (IWwwFormUrlDecoderEntry 接口版本;请参阅备注。 |