StartupBase.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:
abstract void Configure(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public abstract void Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app);
abstract member Configure : Microsoft.AspNetCore.Builder.IApplicationBuilder -> unit
Public MustOverride Sub Configure (app As IApplicationBuilder)
Parameters
An IApplicationBuilder for the app to configure.