Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Configure(IApplicationBuilder)

    Declaration
    public void Configure(IApplicationBuilder applicationBuilder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Builder.IApplicationBuilder applicationBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Configure(IApplicationBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX