Why is System.Web.Mvc not listed in Add References?

后端 未结 14 2595
日久生厌
日久生厌 2020-12-12 23:25

Using C#, Visual Studio 2010.

There is a namespace called System.Web.Mvc documented on MSDN. The documentation for all the types in that namespace says that they are

14条回答
  •  轮回少年
    2020-12-12 23:57

    I didn't get System.Web.Mvc in VS 2012 but I got it in VS 2013. Using AddReference Dialog,

    Or, You can find this in your project path,

    YourProjectName\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll

提交回复
热议问题