0

我在 MVC 中的分页有一个奇怪的错误(至少对我来说)。我有索引页面是公司列表,并且有一个公司详细信息的链接。第一页的一切都是正确的,例如:

http://localhost/enterprise/company/Detail?entityid=45

但是当我点击下一页或导航到其他页面时,视图公司消失了,如下

http://localhost/enterprise/Detail?entityid=50

我不知道为什么会发生此错误。下面是我的分页代码

@Html.Pager(Html.PaginationViewModelFrom(Model.Nodes.GetEnumerator(), (IPaginable)Model)).QueryParam("Index").First("First Page").Last("Last Page").Next("Next Page").Previous("Previous Page").Format("List of companies {0} - {1} from total {2}").SingleFormat("{0} from {1} Companies ")

任何想法表示赞赏。谢谢

4

0 回答 0