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 查詢字串中的具名值。

適用於

另請參閱