Action Selectors & Action Verbs in ASP.NET Core

In this article, we look at what is Action selector and its role in selecting the controller action methods. In the last few tutorials on Routing in ASP.NET Core, We learnt how routing engine picks up the correct action method to execute when the Request arrives. The Action selectors i. e. Action Name, Non-Action and Action Verbs gives us more control in the URL Matching Process. 

Action Selectors & Action Verbs in ASP.NET Core Read More »