Share via


IStartupFilter Interface

Definition

Provides an interface for extending the middleware pipeline with new Configure methods. Can be used to add defaults to the beginning or end of the pipeline without having to make the app author explicitly register middleware.

public interface IStartupFilter
Derived

Methods

Configure(Action<IApplicationBuilder>)

Extends the provided next and returns an Action of the same type.

Applies to