UnvalidatedRequestValues.QueryString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得客戶端提交的 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
若使用此功能,必須手動檢查資料中是否有跨站腳本攻擊。