DelegateStartup.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 IApplicationBuilder with the initialized Action.
public:
override void Configure(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public override void Configure (Microsoft.AspNetCore.Builder.IApplicationBuilder app);
override this.Configure : Microsoft.AspNetCore.Builder.IApplicationBuilder -> unit
Public Overrides Sub Configure (app As IApplicationBuilder)
Parameters
The IApplicationBuilder.