C# Class Accounts.Web.Startup

Afficher le fichier Open project: CWISoftware/accounts

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : Accounts.Web.Models

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
env IHostingEnvironment
loggerFactory ILoggerFactory
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

Startup() public méthode

public Startup ( IHostingEnvironment env ) : Accounts.Web.Models
env IHostingEnvironment
Résultat Accounts.Web.Models