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
Tags:
.NET Core Basic