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 path string escaped in a way which is correct for combining into the URI representation.
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 escaped path value
See Also
PathString Structure
Microsoft.Owin Namespace
Return to top