5 references to RemoveQueryStringVariableFromUrl
System.Web (5)
Security\FormsAuthentication.cs (3)
587
strUrl =
RemoveQueryStringVariableFromUrl
(strUrl, FormsCookieName); // Make sure there is no other ticket in the Query String.
599
strUrl =
RemoveQueryStringVariableFromUrl
(strUrl, cookie.Name); // Make sure there is no other ticket in the Query String.
739
loginUrl =
RemoveQueryStringVariableFromUrl
(loginUrl, ReturnUrlVar);
Security\FormsAuthenticationModule.cs (2)
302
loginUrl = FormsAuthentication.
RemoveQueryStringVariableFromUrl
(loginUrl, FormsAuthentication.ReturnUrlVar);
450
string strUrl = FormsAuthentication.
RemoveQueryStringVariableFromUrl
(context.Request.RawUrl, name);