Метод | Описание | |
---|---|---|
Configure ( IApplicationBuilder app ) : void | ||
ConfigureServices ( IServiceCollection services ) : void | ||
Main ( string args ) : void |
public Configure ( IApplicationBuilder app ) : void | ||
app | IApplicationBuilder | |
Результат | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
Результат | void |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |