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