What is The Nuget Package For System.Web.Hosting

Viewed 4404

I have been researching but I can't seem to find any relevant answer. I will appreciate it if someone told me the nuget package to install in asp.net webapi application for System.Web.Hosting

I need it to use Hosting.HostingEnvironment.MapPath("")

4 Answers

For .Net Core use

Microsoft.AspNetCore.Hosting

Related