(Choose 1 answer)
Choose the correct information about HTTP Request Pipeline
A. The Request Pipeline in ASP.NET Core Web API Application can have multiple middlewares
B. All of the others.
C. Once the pipeline is completed, then only it navigates the request to the corresponding controller action method.
D. Before hitting the controller action method, the request has to pass through a pipeline.
Q: 48