TreePathUtilsGetSafeUrlPath Method (String, String) |
Returns the safe equivalent to the given URLPath.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static string GetSafeUrlPath(
string urlPath,
string siteName
)
Parameters
- urlPath
- Type: SystemString
Original URL path - siteName
- Type: SystemString
Site name
Return Value
Type:
StringSee Also