Does ASP.NET MVC have any constants for the the strings "GET" and "POST"?
You can also use the System.Net.WebRequestMethods.Http
class. (WebRequestMethods.Http.Get
and WebRequestMethods.Http.Post
)
Yes HttpVerbs.
http://msdn.microsoft.com/en-us/library/system.web.mvc.httpverbs(VS.100).aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With