QueryString Constructor (String)

Initialize the query string with a given value. This value must be in escaped and delimited format without a leading '?' character.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Sub New ( _
    value As String _
)
'Usage
Dim value As String 

Dim instance As New QueryString(value)
public QueryString(
    string value
)
public:
QueryString(
    String^ value
)
new : 
        value:string -> QueryString
public function QueryString(
    value : String
)

Parameters

  • value
    Type: System.String
    The query string to be assigned to the Value property.

See Also

Reference

QueryString Structure

QueryString Overload

Microsoft.Owin Namespace