Implemented interface member:
method
Finally
Microsoft.AspNetCore.Builder.IEndpointConventionBuilder.Finally(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder>)
4 references to Finally
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\ControllerActionEndpointDataSourceTest.cs (4)
512
builder1.
Finally
(b => b.Metadata.Add("A1"));
513
builder1.
Finally
(b => b.Metadata.Add("A2"));
515
builder2.
Finally
(b => b.Metadata.Add("B1"));
516
builder2.
Finally
(b => b.Metadata.Add("B2"));