Freigeben über


StaticAssetsEndpointConventionBuilder.Finally Methode

Definition

Registriert die angegebene Konvention für die Ausführung nach konventionen, die über Add(Action<EndpointBuilder>) registriert wurden.

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))

Parameter

convention
Action<EndpointBuilder>

Implementiert

Gilt für: