MartenStartupFilter Class

Summary

Startup filter to ensure that save changes is called on each request Implements the Microsoft.AspNetCore.Hosting.IStartupFilter
Assembly
Rocket.Surgery.AspNetCore.Marten.dll
Namespace
Rocket.Surgery.Extensions.Marten.AspNetCore
Interfaces
  • IStartupFilter
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IStartupFilter"] Type["MartenStartupFilter"] class Type type-node

Syntax

public class MartenStartupFilter : IStartupFilter

Attributes

Type Description
UsedImplicitlyAttribute

Constructors

Name Summary
MartenStartupFilter()

Methods

Name Value Summary
Configure(Action<IApplicationBuilder>) Action<IApplicationBuilder>
Configures the specified next.

Extension Methods

See Also

  • Microsoft.AspNetCore.Hosting.IStartupFilter