If I create a controller action and do not decorate it with AcceptVerbs
, HttpPost
or HttpGet
. What is the default behaviour?
Does the action allow any access method or does it default to GET?
If I create a controller action and do not decorate it with AcceptVerbs
, HttpPost
or HttpGet
. What is the default behaviour?
Does the action allow any access method or does it default to GET?