📅  最后修改于: 2022-03-11 14:48:50.296000             🧑  作者: Mango
// Butchered together from multiple answers
if (!Page.IsCallback)
Request.Redirect("~/Error.aspx");
else
HttpContext.Current.Response.RedirectLocation =
System.Web.VirtualPathUtility.ToAbsolute("~/Error.aspx");