I'd like to handle my web application references using NuGet. Which NuGet package contains System.Web.Routing?
I've searched the NuGet website.
I'd like to handle my web application references using NuGet. Which NuGet package contains System.Web.Routing?
I've searched the NuGet website.
It's not in a NuGet package. It's in System.Web
assembly, part of the .NET Framework. You can tell by looking at the assembly of the Route Class on MSDN.