Describe the complete Request Processing Pipeline for ASP.NET Core MVC?

The ASP.NET Core request pipeline consists of a sequence of request delegates, called one after the other. The following diagram demonstrates the concept. The thread of execution follows the black arrows. Each delegate can perform operations before and after the next delegate.

                                http://localhost:1234/home/about

Post a Comment

Previous Post Next Post