Summary
Configures the specified next.
- Assembly
- Rocket
.Surgery .AspNetCore .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .AspNetCore - Containing Type
- MartenStartupFilter
Syntax
public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
next | Action |
The next. |
Return Value
Type | Description |
---|---|
Action |
Action{IApplicationBuilder}. |