Method | Description | |
---|---|---|
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
ConfigureServices ( IServiceCollection services ) : void | ||
Main ( string args ) : void | ||
Startup ( IHostingEnvironment env ) : Digipolis.Codetable | ||
Startup ( IHostingEnvironment env ) : System |
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
loggerFactory | ILoggerFactory | |
return | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
return | void |
public Startup ( IHostingEnvironment env ) : Digipolis.Codetable | ||
env | IHostingEnvironment | |
return | Digipolis.Codetable |
public Startup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
return | System |