Метод | Описание | |
---|---|---|
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
ConfigureServices ( IServiceCollection services ) : IServiceProvider | ||
Main ( string args ) : void | ||
Register ( IServiceCollection serviceCollection ) : void | ||
Startup ( IHostingEnvironment env ) : System |
public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void | ||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
loggerFactory | ILoggerFactory | |
Результат | void |
public ConfigureServices ( IServiceCollection services ) : IServiceProvider | ||
services | IServiceCollection | |
Результат | IServiceProvider |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |
public Register ( IServiceCollection serviceCollection ) : void | ||
serviceCollection | IServiceCollection | |
Результат | void |
public Startup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
Результат | System |