System.Web.Helpers not found in VS2015

后端 未结 4 2062
不思量自难忘°
不思量自难忘° 2020-12-18 20:38

I\'m trying to add some JSON parsing to the C# code in VS2015 but I can\'t find:

System.Web.Helpers

as the MS documentation suggests. I\'ve looked at other pe

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-18 21:09

    This question is a bit old but here's a simple solution - Microsoft seemed to just move this library to a Nuget package called "microsoft-web-helpers". Installing that package seems to be equivalent to having the assembly.

提交回复
热议问题