What is Asp.net MVC ActionVerbs

What is Asp.net MVC ActionVerbs:



The ActionVerbs selector is used when you want to control the selection of an action method based on a Http request method. For example, you can define two different action methods with the same name but one action method responds to an HTTP Get request and another action method responds to an HTTP Post request.
MVC framework supports different ActionVerbs, such as HttpGet, HttpPost, HttpPut, HttpDelete, HttpOptions & HttpPatch. You can apply these attributes to action method to indicate the kind of Http request the action method supports. If you do not apply any attribute then it considers it a GET request by default.

Other Related Post:


Comments

  1. Dear sir, I am looking for you. Where are you right now . please share your contact number.

    ReplyDelete

Post a Comment

Popular posts from this blog