14 references to UrlDecode
System.Web (13)
Configuration\AuthenticationConfig.cs (1)
86decodedLoginUrl = HttpUtility.UrlDecode(loginUrl);
Management\EventlogProvider.cs (1)
96dataFields.Add(HttpUtility.UrlDecode(reqInfo.RequestUrl));
Security\FormsAuthentication.cs (1)
536returnUrl = HttpUtility.UrlDecode(returnUrl);
Security\PassportIdentity.cs (3)
68strMSPAuthCookie = HttpUtility.UrlDecode(strMSPAuthCookie); 69strMSPProfCookie = HttpUtility.UrlDecode(strMSPProfCookie); 70strMSPProfCCookie = HttpUtility.UrlDecode(strMSPProfCCookie);
State\SessionIDManager.cs (1)
236return HttpUtility.UrlDecode(id);
State\StateRuntime.cs (1)
291return CacheInternal.PrefixStateApplication + HttpUtility.UrlDecode(request.RawUrl);
State\StateWorkerRequest.cs (1)
138return HttpUtility.UrlDecode(_uri);
UI\Util.cs (1)
1122return HttpUtility.UrlDecode(path);
UI\WebControls\Adapters\MenuAdapter.cs (2)
598string newPath = UnEscape(HttpUtility.UrlDecode(eventArgument.Substring(1))); 642UnEscape(HttpUtility.UrlDecode(eventArgument.Substring(1))));
XmlSiteMapProvider.cs (1)
783string decodedUrl = HttpUtility.UrlDecode(url);
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2745string imageFilePath = System.Web.HttpUtility.UrlDecode((new Uri(new Uri(directory), path).LocalPath));