Table of Contents

Class ApplicationModelStartupFilter

Namespace
Cratis.Applications
Assembly
Cratis.Applications.dll

Represents an implementation of IStartupFilter that configures Application Model middleware at the beginning of the pipeline.

public class ApplicationModelStartupFilter : IStartupFilter
Inheritance
ApplicationModelStartupFilter
Implements
Inherited Members
Extension Methods

Methods

Configure(Action<IApplicationBuilder>)

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

public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)

Parameters

next Action<IApplicationBuilder>

The Configure method to extend.

Returns

Action<IApplicationBuilder>

A modified Action.