HttpRequestBase.QueryString 屬性

定義

在衍生類別中覆寫時,取得 HTTP 查詢字串變數的集合。

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

屬性值

NameValueCollection

用戶端在目前要求之 URL 中送出的查詢字串變數。

例外狀況

適用於