HttpRequestWrapper.QueryString 屬性

定義

取得 HTTP 查詢字串變數的集合。

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

屬性值

客戶端在當前請求網址中傳送的查詢字串變數。

適用於