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