IEndpointConventionBuilder.Finally(Action<EndpointBuilder>) Method

Definition

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

public virtual 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 Overridable Sub Finally (finallyConvention As Action(Of EndpointBuilder))

Parameters

finallyConvention
Action<EndpointBuilder>

The convention to add to the builder.

Applies to