Startup.

Configure(IApplicationBuilder, IHostingEnvironment) Method

Namespace
NetCoreApp21
Containing Type
Startup

Syntax

public void Configure(IApplicationBuilder app, IHostingEnvironment env)

Parameters

Name Type Description
app IApplicationBuilder
env IHostingEnvironment

Return Value

Type Description
void