I can\'t use the following namespace PagedList to use razor @model PagedList.IPagedListin the topmost of view In
PagedList
@model PagedList.IPagedList
In
Try using a non-capitalised "Mvc" in your imports and then rebuild.
@using PagedList.Mvc; //@using PagedList.MVC;