Table of Contents

Method CombinePaths

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

CombinePaths(params string[])

Combines the specified URL paths into one.

public static string CombinePaths(params string[] paths)

Parameters

paths string[]

The string array which contains parts that will be combined.

Returns

string