C# Class AspNet5Localization.Startup

Show file Open project: damienbod/AspNet5Localization

Public Methods

Method Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : System.Collections.Generic

Method Details

Configure() public method

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

ConfigureServices() public method

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

Main() public static method

public static Main ( string args ) : void
args string
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : System.Collections.Generic
env IHostingEnvironment
return System.Collections.Generic