我想使用NuGet来处理我的web应用程序引用。哪个NuGet包包含System.Web.Routing?
我已经searched the NuGet website了。
发布于 2015-04-10 00:59:55
它不在NuGet包中。它位于.NET框架的一部分System.Web程序集中。您可以通过查看Route Class on MSDN的程序集来判断。
System.Web
https://stackoverflow.com/questions/29544547
相似问题