Class UnhandledExceptionLoggerFilter
Applies the UnhandledExceptionLoggerMiddleware to a specific controller when used with this attribute [MiddlewareFilter(typeof(UnhandledExceptionLoggerFilter))] The middleware will run in the filter pipeline, at the same stage as resource filters
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Filters
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class UnhandledExceptionLoggerFilter
Methods
View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder applicationBuilder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Builder.IApplicationBuilder | applicationBuilder |