|
| Startup (IConfiguration configuration) |
|
void | ConfigureServices (IServiceCollection services) |
|
void | Configure (IApplicationBuilder app, IWebHostEnvironment env) |
|
|
IConfiguration | Configuration [get] |
|
This class is responsible for configuring all service and installing them into the container. It also configures the HTTP request pipeline.
◆ Configure()
void IotDash.Startup.Configure |
( |
IApplicationBuilder |
app, |
|
|
IWebHostEnvironment |
env |
|
) |
| |
|
inline |
This method gets called by the runtime. HTTP request pipeline is configured in this method.
- Parameters
-
app | Provides mechanisms to configure application request pipelies. |
env | Provides information about the hosting environment. |
◆ ConfigureServices()
void IotDash.Startup.ConfigureServices |
( |
IServiceCollection |
services | ) |
|
|
inline |
This method gets called by the runtime. Use this method to add services to the container.
- Parameters
-
services | Container into which services are installed. |
The documentation for this class was generated from the following file: