Table of Contents

Interface IConfigureApplication

Namespace
Whipstaff.AspNetCore.Features.ApplicationStartup
Assembly
Whipstaff.AspNetCore.dll

Represents a class that is used for configuring a feature during Application Startup.

public interface IConfigureApplication

Methods

ConfigureApplication(IApplicationBuilder)

Configures the feature for the application.

void ConfigureApplication(IApplicationBuilder app)

Parameters

app IApplicationBuilder

The application builder to add the configuration to.