skip to Main Content

What is "an alternate pipeline" in ASP.NET Core?

Reading the docs for UseExceptionHandler extension method that adds standard exception handler middleware, I see following description: UseExceptionHandler(IApplicationBuilder) Adds a middleware to the pipeline that will catch exceptions, log them, and re-execute the request in an alternate pipeline. The request…

VIEW QUESTION
Back To Top
Search