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