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