URIUtils JoinPathSegs Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Joins URI path segments with "/". This function just concats strings, it does not evaluate relative paths etc. The first segment may or may not start with '/'

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string JoinPathSegs(
	params string[] segments
)

Parameters

segments
Type:  OnlineSystem String 

Return Value

Type: OnlineString
See Also