Combine

<< Click to Display Table of Contents >>

Navigation:  Classes > TURL > Methods >

Combine

SIGNATURE=IW.Common.URL.TURL.Combine@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function Combine(const ARootUrl: string; const ASubUrl: string): string;

C++:

public: __fastcall String Combine(const String ARootUrl, const String ASubUrl);

 

Description: concatenate two parts of an URL's taking care of url path delimiters between them