Http verb of current http context
HttpContext.Current.Request.HttpMethod
In ASP.NET CORE 2.0 you can get (or set) the HTTP verb for the current context using:
Request.HttpContext.Request.Method
Use HttpContext.Current.Request.HttpMethod
.
See: http://msdn.microsoft.com/en-us/library/system.web.httprequest.httpmethod.aspx