Méthode | Description | |
---|---|---|
Configure ( IApplicationBuilder app, IHostingEnvironment env, |
||
ConfigureServices ( IServiceCollection services ) : void | ||
Startup ( IHostingEnvironment env ) : System |
public Configure ( IApplicationBuilder app, IHostingEnvironment env, |
||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
lifetimeManager | ||
interpreterManager | ||
securityManager | ||
Résultat | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
Résultat | void |
public Startup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
Résultat | System |