页面<a href="main.cshtml" target="_parent"><img src="images/logo.png" title="系统首页" /></a>
Controllers里面
[LoginAllowView]
public ActionResult Index()
{
var model = GetParentModule();
return View("Main", model);
}
怎么访问不了呢
------解决方案--------------------

写错了吧 应该是路由的链接格式吧 比如 "news/index".