Uri.QueryParsed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得剖析的統一資源標識碼 (URI) 查詢字串。
public:
property WwwFormUrlDecoder ^ QueryParsed { WwwFormUrlDecoder ^ get(); };
WwwFormUrlDecoder QueryParsed();
public WwwFormUrlDecoder QueryParsed { get; }
var wwwFormUrlDecoder = uri.queryParsed;
Public ReadOnly Property QueryParsed As WwwFormUrlDecoder
屬性值
剖析的查詢,做為新的 WwwFormUrlDecoder 物件。 這是所有名稱/值組的唯讀清單, (在剖析后查詢字元串中找到的窗體專案) 。
備註
查詢 會報告統一資源識別元 (URI) 的查詢部分,以及子傳遞器 (& 字元) 和索引鍵/值分隔符, (=) 全都報告為該字元串中。 QueryParsed 會剖析此字串,並建立 (向量) 名稱/值組的只讀清單。 這會以 WwwFormUrlDecoder 物件的形式傳回。