IStartup.Configure(IApplicationBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the application.
public:
void Configure(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public void Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app);
abstract member Configure : Microsoft.AspNetCore.Builder.IApplicationBuilder -> unit
Public Sub Configure (app As IApplicationBuilder)
Parameters
An IApplicationBuilder for the app to configure.