Web/ForgeTrust.Runnable.Web/IRunnableWebModule.cs

IRunnableWebModule

Type

IRunnableWebModule

Defines a module that exposes web-specific configuration, endpoints, and middleware.
Method

ConfigureWebOptions(StartupContext, WebOptions)

Configures for the application, such as MVC, CORS, and static files.
Method

ConfigureEndpoints(StartupContext, IEndpointRouteBuilder)

Allows the module to configure endpoint routes for the application.
Method

ConfigureWebApplication(StartupContext, IApplicationBuilder)

Configure the ASP.NET Core request pipeline for this module.