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