Interface IEndpointRoute
- Namespace
- Arbiter.CommandQuery.Endpoints
- Assembly
- Arbiter.CommandQuery.Endpoints.dll
Defines an interface for adding routes to an ASP.NET Core application.
public interface IEndpointRoute
Methods
AddRoutes(IEndpointRouteBuilder)
Adds routes to the specified IEndpointRouteBuilder instance.
void AddRoutes(IEndpointRouteBuilder endpoints)
Parameters
endpoints
IEndpointRouteBuilderThe IEndpointRouteBuilder to add the route to.