Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Gets the query string for this request.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property QueryString As NameValueCollection
Get
'Usage
Dim instance As IRequest
Dim value As NameValueCollection
value = instance.QueryString
NameValueCollection QueryString { get; }
property NameValueCollection^ QueryString {
NameValueCollection^ get ();
}
abstract QueryString : NameValueCollection
function get QueryString () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection