PathString.ToUriComponent Method
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
'Declaration
Public Function ToUriComponent As String
'Usage
Dim instance As PathString
Dim returnValue As String
returnValue = instance.ToUriComponent()
public string ToUriComponent()
public:
String^ ToUriComponent()
member ToUriComponent : unit -> string
public function ToUriComponent() : String
Return Value
Type: System.String
Returns the escaped path value.