UnvalidatedRequestValues.QueryString 屬性

定義

取得客戶端提交的 HTTP 查詢字串變數集合,且不會觸發 ASP.NET 請求驗證。

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

屬性值

客戶端傳送的查詢字串變數集合。

備註

Important

若使用此功能,必須手動檢查資料中是否有跨站腳本攻擊。

適用於