IEndpointConventionBuilder.Add(Action<EndpointBuilder>) Method

Definition

Adds the specified convention to the builder. Conventions are used to customize EndpointBuilder instances.

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

Parameters

convention
Action<EndpointBuilder>

The convention to add to the builder.

Applies to