Table of Contents

Interface IServerStartup

Namespace
Oqtane.Infrastructure
Assembly
Oqtane.Server.dll
public interface IServerStartup

Methods

Configure(IApplicationBuilder, IWebHostEnvironment)

void Configure(IApplicationBuilder app, IWebHostEnvironment env)

Parameters

app IApplicationBuilder
env IWebHostEnvironment

ConfigureMvc(IMvcBuilder)

void ConfigureMvc(IMvcBuilder mvcBuilder)

Parameters

mvcBuilder IMvcBuilder

ConfigureServices(IServiceCollection)

void ConfigureServices(IServiceCollection services)

Parameters

services IServiceCollection