IEndpointConventionBuilder Interface
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.
Builds conventions that will be used for customization of EndpointBuilder instances.
public interface class IEndpointConventionBuilder
public interface IEndpointConventionBuilder
type IEndpointConventionBuilder = interface
Public Interface IEndpointConventionBuilder
- Derived
Remarks
This interface is used at application startup to customize endpoints for the application.
Methods
Add(Action<EndpointBuilder>) |
Adds the specified convention to the builder. Conventions are used to customize EndpointBuilder instances. |