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

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