Click or drag to resize

RecroGridConfigConfigureServices Method

Configures the services.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static void ConfigureServices(
	IServiceCollection services
)

Parameters

services
Type: IServiceCollection
The services.
See Also