RouteGroupBuilder.IEndpointConventionBuilder.Add Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
void IEndpointConventionBuilder.Add (Action<Microsoft.AspNetCore.Builder.EndpointBuilder> convention);
abstract member Microsoft.AspNetCore.Builder.IEndpointConventionBuilder.Add : Action<Microsoft.AspNetCore.Builder.EndpointBuilder> -> unit
override this.Microsoft.AspNetCore.Builder.IEndpointConventionBuilder.Add : Action<Microsoft.AspNetCore.Builder.EndpointBuilder> -> unit
Sub Add (convention As Action(Of EndpointBuilder)) Implements IEndpointConventionBuilder.Add
Parametry
- convention
- Action<EndpointBuilder>