4 references to GetReturnUrl
System.Web (4)
Security\FormsAuthentication.cs (3)
560return GetReturnUrl(true); 582string strUrl = GetReturnUrl(true); 748returnUrl = HttpUtility.UrlEncode( GetReturnUrl(false),
UI\WebControls\login.cs (1)
1172string returnUrl = FormsAuthentication.GetReturnUrl(false);