Cannot use NuGet PagedList ASP.NET MVC # View

后端 未结 7 841
谎友^
谎友^ 2021-02-02 15:24

I can\'t use the following namespace PagedList to use razor @model PagedList.IPagedListin the topmost of view In

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 16:05

    Try using a non-capitalised "Mvc" in your imports and then rebuild.

    @using PagedList.Mvc;
    //@using PagedList.MVC;
    

提交回复
热议问题