Url.JoinSegments(Int32, 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.
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
Returns
The unescaped path, starting at segment i
and not including segment j
or higher.