Url.GetRemainder(Int32) Method

Definition

Return unescaped relative path starting segment i.

public:
 System::String ^ GetRemainder(int i);
public:
 Platform::String ^ GetRemainder(int i);
std::wstring GetRemainder(int i);
public string GetRemainder (int i);
member this.GetRemainder : int -> string
Public Function GetRemainder (i As Integer) As String

Parameters

i
Int32

The index of the Segments array at which to start getting the path.

Returns

The unescaped remainder of the path, starting with the specified index of the Segments array.

Applies to