Click or drag to resize

RecroGridConfigStartup Method

Startups the specified configuration.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static void Startup(
	IConfiguration configuration,
	IWebHostEnvironment env
)

Parameters

configuration
Type: Microsoft.Extensions.ConfigurationIConfiguration
The configuration.
env
Type: Microsoft.AspNetCore.HostingIWebHostEnvironment
The environment.
See Also