ASP.NET Core Practice Test
ASP.NET Core Middleware & Request Pipeline 2
What is the purpose of app.Run() in the middleware pipeline?
Select your answer
A
Runs the application
B
Adds a terminal middleware that never calls next()
C
Starts the web host
D
Registers background services
Hint