C# Class Server.Startup

Afficher le fichier Open project: majian159/ribbon Class Usage Examples

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void
ConfigureServices ( IServiceCollection services ) : void

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void
app IApplicationBuilder
env IHostingEnvironment
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void