Kizspy | Question: 38
(Choose 1 answer)
Which of the following statements is true about Middleware in ASP.NET Core Web API?
A. Middleware can only be added once in an application.
B. Middleware runs only before the request processing pipeline.
C. Middleware runs only after the response processing pipeline.
D. Multiple middleware components can be added and ordered to form a pipeline.