Using System.Web.Mvc, I was able to use HttpVerbs, but since upgrading Mvc package to 6.0+, it uses Microsoft.AspNet.Mvc, I can no longer find HttpVerbs. Is there information anywhere that I can read the changes, on where I might be able to find HttpVerbs and other updates?
↧