Table of Contents

Method FromCombined

Namespace
Sisk.Core.Helpers
Assembly
Sisk.Core.dll

FromCombined(params string[])

Creates a new UrlBuilder instance from one or more combined URLs and/or paths.

public static UrlBuilder FromCombined(params string[] urls)

Parameters

urls string[]

The URLs to combine.

Returns

UrlBuilder

A new UrlBuilder instance initialized with the combined URL.