Click or drag to resize

RecroGridBaseControllerMapRoute Method

Initializes the routing.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static void MapRoute(
	IEndpointRouteBuilder endpoints
)

Parameters

endpoints
Type: IEndpointRouteBuilder
The routes.
See Also