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.
Provides the query string escaped in a way which is correct for combining into the URI representation. A leading '?' character will be prepended unless the Value is null or empty. Characters which are potentially dangerous are escaped.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string ToUriComponent()
public:
String^ ToUriComponent()
member ToUriComponent : unit -> string
Public Function ToUriComponent As String
Return Value
Type: System.String
The query string value
See Also
QueryString Structure
Microsoft.Owin Namespace
Return to top