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.
Gets or set the query string from owin.RequestQueryString.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
QueryString QueryString { get; set; }
property QueryString QueryString {
QueryString get();
void set(QueryString value);
}
abstract QueryString : QueryString with get, set
Property QueryString As QueryString
Property Value
Type: Microsoft.Owin.QueryString
The query string from owin.RequestQueryString.
See Also
IOwinRequest Interface
Microsoft.Owin Namespace
Return to top