IStartupFilter Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 class IStartupFilterpublic interface IStartupFiltertype IStartupFilter = interfacePublic Interface IStartupFilter- Derived
Methods
| Configure(Action<IApplicationBuilder>) | Extends the provided  |