WebApiConfigRegisterRoutes Method

Registers the specified routes for Web API (default routing).

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static void RegisterRoutes(
	IRouteBuilder routes
)

Parameters

routes
Type: Microsoft.AspNetCore.RoutingIRouteBuilder
The configuration for routes.
See Also