Url.GetRemainder(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The unescaped remainder of the path, starting with the specified index of the Segments array.