Share via


StaticAssetsEndpointConventionBuilder.Finally Method

Definition

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

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

Parameters

convention
Action<EndpointBuilder>

Implements

Applies to