Method | Description | |
---|---|---|
Configure ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void | ||
ConfigureServices ( IServiceCollection services ) : void | ||
Main ( string args ) : void |
Method | Description | |
---|---|---|
UseDocumentation ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void |
public Configure ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void | ||
app | IApplicationBuilder | |
hostingEnvironment | IHostingEnvironment | |
return | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
return | void |