| URLHelperUnResolveUrl Method | 
            Un-resolves the given URL (replaces application path with ~).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string UnResolveUrl(
	string url,
	string applicationPath
)
Parameters
- url
- Type: SystemString
 URL to un-resolve
- applicationPath
- Type: SystemString
 Application path
Return Value
Type: 
String See Also
See Also