标签: asp.net-mvc visual-studio-2013 asp.net-mvc-5
我有以下代码
HttpContext context = HttpContext.Current; context.Response.Redirect("~/Views/Home/Index");
并将其返回null异常作为 对象引用未设置为对象的实例
我很抱歉这是对象引用错误总是让我感到困惑。我试图初始化该对象,但它仍然没有用。
有人可以帮我解决这个问题吗?