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
IApplicationBuilderThe application builder to add the configuration to.