我正在尝试 Reponse.Redirect 到将用于三种类型来源的错误页面。当我运行这个 QueryString 时,它不会转到页面。它生成通用的 ASP.NET 错误页面。
Response.Redirect("~/dispatch/NoStationError.aspx?Name=" + thisStation + "&Type=" + "Station");
thisStation 是一个字符串
我正在尝试 Reponse.Redirect 到将用于三种类型来源的错误页面。当我运行这个 QueryString 时,它不会转到页面。它生成通用的 ASP.NET 错误页面。
Response.Redirect("~/dispatch/NoStationError.aspx?Name=" + thisStation + "&Type=" + "Station");
thisStation 是一个字符串