protected void Page_Load(object sender, EventArgs e)
{
HttpContext.Current.RewritePath(Request.ApplicationPath, false);
IHttpHandler httpHandler = new MvcHttpHandler();
httpHandler.ProcessRequest(HttpContext.Current);
}
错误图片,请那位给看看,谢谢了。
2 个解决方案
#1
你这不是webform吗....
确定引用了System.Web.Mvc??
确定引用了System.Web.Mvc??
#2
引用了啊。
#1
你这不是webform吗....
确定引用了System.Web.Mvc??
确定引用了System.Web.Mvc??
#2
引用了啊。