Combine(NormalizedPath, NormalizedPath) Method
Combines two paths into a new path.
Namespace
Statiq.Common
Containing Type
NormalizedPath

Syntax

public static NormalizedPath Combine(in NormalizedPath path1, in NormalizedPath path2)

Parameters

Name Type Description
path1 NormalizedPath The first path to combine.
path2 NormalizedPath The second path to combine.

Return Value

Type Description
NormalizedPath The combined paths.