頁我想重定向到的情況下的頁面並不在方法應用在Global.asax完成的條件 開始......重定向到這樣一個警告頁面:。 ..訪問在MVC的Global.asax
protected void Application_Start()
{
if (MyClass.Warnning == "2")
{
Response.Redirect("~/warningPage.aspx");
}
}
,但它讓我看到以下錯誤:
response HttpException unavailable in this context...