UnvalidatedRequestValuesWrapper.QueryString 屬性

定義

取得用戶端送出之 HTTP 查詢字串變數的集合,而不觸發 ASP.NET 要求驗證。

public:
 virtual property System::Collections::Specialized::NameValueCollection ^ QueryString { System::Collections::Specialized::NameValueCollection ^ get(); };
public override System.Collections.Specialized.NameValueCollection QueryString { get; }
member this.QueryString : System.Collections.Specialized.NameValueCollection
Public Overrides ReadOnly Property QueryString As NameValueCollection

屬性值

用戶端送出的查詢字串變數的集合。

備註

重要

如果您使用這個屬性,您必須手動檢查資料是否有潛在的跨網站腳本攻擊。

適用於