Comparteix a través de


PathString.ToString 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 override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

The escaped path value

See Also

PathString Structure
Microsoft.Owin Namespace

Return to top