Inserts the optional ExceptionHandlerMiddleware into the request pipeline.

public static IApplicationBuilder UseRedaktExceptionHandler(IApplicationBuilder app)
Returns:
IApplicationBuilder

Parameters

app IApplicationBuilder

Instance of the interface from the Configure method in the Startup.cs class.

In this article