Click or drag to resize

StartupConfigure Method

Configures.

Namespace:  awsomAPI
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public void Configure(
	IApplicationBuilder app,
	IHostingEnvironment env
)

Parameters

app
Type: IApplicationBuilder
The application.
env
Type: IHostingEnvironment
The environment.
Remarks
Vanvoljg, 18-Jul-19.
See Also