Method | 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 | ||
return | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
return | void |
public Startup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
return | System |