YetaWF.Core.WebStartup Package Documentation

Display
Print

YetaWF.Core.WebStartup.StartupMVC6.Configure Method

This method gets called by the runtime. This method configures the HTTP request pipeline.

Class: YetaWF.Core.WebStartup.StartupMVC6
Namespace: YetaWF.Core.WebStartup
Assembly: YetaWF.Core.WebStartup

Syntax

public void Configure(
    IApplicationBuilder app,
    IWebHostEnvironment env,
    IServiceProvider svp );

Parameters

app

An instance of an IApplicationBuilder interface.

env

An instance of an IWebHostEnvironment interface.

svp

An instance of an IServiceProvider interface.

See Also YetaWF.Core.WebStartup.StartupMVC6 ClassYetaWF.Core.WebStartupYetaWF.Core