| RecroGridConfigStartup Method |
Startups the specified configuration.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public static void Startup(
IConfiguration configuration,
IWebHostEnvironment env
)
Parameters
- configuration
- Type: IConfiguration
The configuration. - env
- Type: IWebHostEnvironment
The environment.
See Also