Share via


Url.JoinSegments(Int32, Int32) Method

Definition

Joins the specified segments into a path.

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

Parameters

i
Int32

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

j
Int32

The index of the Segments array at which to stop adding segments to the path.

Returns

The unescaped path, starting at segment i and not including segment j or higher.

Applies to