Méthode | Description | |
---|---|---|
Configure ( IApplicationBuilder app, IWebHostEnvironment env ) : void |
This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
|
ConfigureServices ( IServiceCollection services ) : void |
This method gets called by the runtime. Use this method to add services to the container.
|
public Configure ( IApplicationBuilder app, IWebHostEnvironment env ) : void | ||
app | IApplicationBuilder | The application builder. |
env | IWebHostEnvironment | The web hosting environment. |
Résultat | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | The collection of services. |
Résultat | void |