Implemented interface member:
method
Finally
Microsoft.AspNetCore.Builder.IEndpointConventionBuilder.Finally(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder>)
3 references to Finally
Microsoft.AspNetCore.Routing.Tests (3)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (3)
1027
group.MapGet("/endpoint", () => { }).
Finally
(b => b.Metadata.Add("added-from-endpoint"));
1060
handler.
Finally
(b => b.Metadata.Add("added-from-endpoint-1"));
1061
handler.
Finally
(b => b.Metadata.Add("added-from-endpoint-2"));