10 references to RedirectToErrorPageStatus
System.Web (10)
HttpResponse.cs (10)
1375RedirectToErrorPageStatus redirectStatus = RedirectToErrorPage(redirect, customErrorsSetting.RedirectMode); 1377case RedirectToErrorPageStatus.Success: 1381case RedirectToErrorPageStatus.NotAttempted: 1395goto case RedirectToErrorPageStatus.NotAttempted; 2477internal RedirectToErrorPageStatus RedirectToErrorPage(String url, CustomErrorsRedirectMode redirectMode) { 2482return RedirectToErrorPageStatus.NotAttempted; // nowhere to redirect 2485return RedirectToErrorPageStatus.NotAttempted; 2488return RedirectToErrorPageStatus.Failed; // already in error redirect 2503return RedirectToErrorPageStatus.Failed; 2506return RedirectToErrorPageStatus.Success;