RouteGroupBuilder.IEndpointConventionBuilder.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- convention
- Action<EndpointBuilder>