Table of Contents

WebStartup Class

Definition

Namespace
Codebelt.Bootstrapper.Web
Assemblies
Codebelt.Bootstrapper.Web.dll
Source
src/Codebelt.Bootstrapper.Web/WebStartup.cs

Provides the base class of a conventional based Startup class for web applications.

public abstract class WebStartup : StartupRoot
Inheritance
WebStartup
Inherited Members

Constructors

Name Description
WebStartup(IConfiguration, IHostEnvironment)

Initializes a new instance of the WebStartup class.

Methods

Name Description
Configure(IApplicationBuilder)

Delegates the application pipeline configuration to ConfigurePipeline(IApplicationBuilder).

ConfigurePipeline(IApplicationBuilder)

Configures the application pipeline.

See Also