Implemented interface member:
method
Finally
Microsoft.AspNetCore.Builder.IEndpointConventionBuilder.Finally(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder>)
5 references to Finally
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
77
hub.
Finally
(c =>
Microsoft.AspNetCore.Components.Server.Tests (4)
ComponentEndpointRouteBuilderExtensionsTest.cs (4)
72
.
Finally
(builder =>
109
builder.
Finally
(b => b.Metadata.Add("first-in"));
110
builder.
Finally
(b => b.Metadata.Add("last-in"));
111
builder.
Finally
(b =>