 | StartupConfigure Method |
Configures.
Namespace:
awsomAPI
Assembly:
awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntaxpublic void Configure(
IApplicationBuilder app,
IHostingEnvironment env
)
Parameters
- app
- Type: IApplicationBuilder
The application. - env
- Type: IHostingEnvironment
The environment.
Remarks Vanvoljg, 18-Jul-19.
See Also