C# Class withSIX.Mini.Presentation.CoreCore.AspStartup

Inheritance: withSIX.Mini.Presentation.Owin.Core.AspStartupBase
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
AspStartup ( IHostingEnvironment env ) : System
Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void
ConfigureServices ( IServiceCollection services ) : void

Method Details

AspStartup() public method

public AspStartup ( IHostingEnvironment env ) : System
env IHostingEnvironment
return System

Configure() public method

public Configure ( IApplicationBuilder app, IHostingEnvironment env ) : void
app IApplicationBuilder
env IHostingEnvironment
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void