Cannot use NuGet PagedList ASP.NET MVC # View

后端 未结 7 845
谎友^
谎友^ 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 15:56

    I just found this question because I was having the same problem. I have read through many tutorials suggesting the use of this PagedList object, but none of them said anything about adding anything to the web.config file. This is what I did in order to make this work. I used some of the info from the comment from @BuildStarted. I am using VS2010.

    Add this to the web.config file:

    
    

    So it should look like this (snipped):

    
      
        
          
            
            ****
          
        
      
    
    

提交回复
热议问题