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.
The escaped query string without the leading '?' character
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string Value { get; }
public:
property String^ Value {
String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String
Property Value
Type: System.String
Returns String.
See Also
QueryString Structure
Microsoft.Owin Namespace
Return to top