public static string cleanUrl(string url, int portalId) { bool replaced = false; FriendlyUrlOptions options = UrlRewriterUtils.GetOptionsFromSettings(FriendlyUrlController.GetCurrentSettings(portalId)); return(FriendlyUrlController.CleanNameForUrl(url, options, out replaced).ToLower()); }