Click or drag to resize

RecroGridBaseControllerMapRoute Method

Initializes the routing.

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

Parameters

endpoints
Type: Microsoft.AspNetCore.RoutingIEndpointRouteBuilder
The routes.
See Also