HubCallerContext::QueryString Property

.NET Framework 4.5

Gets the query string for the request.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
property NameValueCollection^ QueryString {
	NameValueCollection^ get ();
}

Property Value

Type: System.Collections.Specialized::NameValueCollection
The query string for the request.
Show: