using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace PagedList.MVCWeb.Controllers { public class HomeController : Controller { // // GET: /Home/ public ActionResult Index(int pageIndex=1…