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 中由客户端发送的查询字符串变量。

例外

适用于