API Reference
Class
PathHelper
Provides path helper functionality.
Inheritance
- Object
- PathHelper
Methods
public static String CombineUnderRoot(String rootPath, params String[] segments) #Returns:
StringExecutes the combine under root operation.
Parameters
- rootPath System.String
- segments System.String[]
public static String NormalizeDomainPathSegment(String domain) #Returns:
StringExecutes the normalize domain path segment operation.
Parameters
- domain System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object