UrlUtilityCombine Method

Builds a URL string from the specified parts.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string Combine(
	params string[] uriParts
)

Parameters

uriParts  String
Parts of the URL to build

Return Value

String
The resulting URL string.

See Also