【发布时间】:2012-04-22 07:36:57
【问题描述】:
我从http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application 创建了搜索表单和结果,它使用 PagedList Nuget 包处理分页和排序。
不过,我需要帮助的是,如何将搜索表单放在我的母版页上? (_layout.cshtml)?
【问题讨论】:
标签: asp.net-mvc