HubCallerContext.QueryString Property
.NET Framework 4
Gets the query string for the request.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public ReadOnly Property QueryString As NameValueCollection
Get
'Usage
Dim instance As HubCallerContext
Dim value As NameValueCollection
value = instance.QueryString
public NameValueCollection QueryString { get; }
public:
property NameValueCollection^ QueryString {
NameValueCollection^ get ();
}
member QueryString : NameValueCollection
function get QueryString () : NameValueCollection
Property Value
Type: System.Collections.Specialized.NameValueCollection
The query string for the request.