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 介面版本 (IWwwFormUrlDecoderEntry.Value) ;請參閱。 |