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