IRequest.QueryString Property

.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

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace