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

属性值

当前请求的 URL 中由客户端发送的查询字符串变量。

适用于