Web/ForgeTrust.Runnable.Web.Scalar/RunnableWebScalarModule.cs

RunnableWebScalarModule

Type

RunnableWebScalarModule

A web module that integrates Scalar API reference documentation into the application.
Method

ConfigureServices(StartupContext, IServiceCollection)

Configures services needed for Scalar; currently no implementation is required.
Method

RegisterDependentModules(ModuleDependencyBuilder)

Registers dependencies for this module, specifically .
Method

ConfigureEndpoints(StartupContext, IEndpointRouteBuilder)

Maps the Scalar API reference endpoint.
Method

ConfigureHostBeforeServices(StartupContext, IHostBuilder)

Executes pre-service host configuration; currently no implementation is required.
Method

ConfigureHostAfterServices(StartupContext, IHostBuilder)

Executes post-service host configuration; currently no implementation is required.
Method

ConfigureWebApplication(StartupContext, IApplicationBuilder)

Configures the web application pipeline; currently no implementation is required.