ASP.NET Core

Action Results in ASP.NET Core

In this tutorial, we will explore how to create a formatted response in Controller Action methods. The ASP.NET Core provides several APIs collectively called as Action Results to generate the correctly formatted response, which can be consumed by the Clients. Let us explore what is Action Results are and what are the different types of the Action Results that are available to us 

Action Results in ASP.NET Core Read More »

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 »

Scroll to Top