Introduction

In this article, we will define the process of selecting the controller method in the ASP. NET Web API.

There is a flow chart of the Web API framework that describes the process of selecting the controller method by the Web API framework. These methods are executed for handling the HTTP request..

selection2.jpg

The following is a diagram defining the process of the specific part:

selected1.jpg