| URLHelperUnResolveUrl Method  | 
            Un-resolves the given URL (replaces application path with ~).
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
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