Table of Contents

Method Combine

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

Combine(params string[])

Combines an array of string parts into a single path.

public static string Combine(params string[] parts)

Parameters

parts string[]

An array of string parts to combine.

Returns

string

A string representing the combined path.