RazorComponentsEndpointConventionBuilder.Finally Method

Definition

Registers the specified convention for execution after conventions registered via Add(Action<EndpointBuilder>)

public void Finally (Action<Microsoft.AspNetCore.Builder.EndpointBuilder> finallyConvention);
abstract member Finally : Action<Microsoft.AspNetCore.Builder.EndpointBuilder> -> unit
override this.Finally : Action<Microsoft.AspNetCore.Builder.EndpointBuilder> -> unit
Public Sub Finally (finallyConvention As Action(Of EndpointBuilder))

Parameters

finallyConvention
Action<EndpointBuilder>

The convention to add to the builder.

Implements

Applies to