【发布时间】:2015-08-13 02:30:44
【问题描述】:
我在这里缺少什么?我以为我已经按照书本做到了,但我得到了错误: 未找到视图“GetMoreLists”或其主视图,或者没有视图引擎支持搜索到的位置。搜索了以下位置: ~/Views/items/GetMoreLists.aspx
我有控制器
ItemsController: Controller
public ActionResult Index {...}
public ActionResult GetMoreLists (string item) {...}
我查看了Index.cshtml。在我看来:
<li><a href="@Url.Action("GetMoreLicts", "Items", new {item= "books"})">Books</a></li>
【问题讨论】: