C# Class MakingSense.AspNetCore.HypermediaApi.Seed.Startup

Afficher le fichier Open project: MakingSense/aspnet-hypermedia-api-seed

Méthodes publiques

Méthode Description
Configure ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void

Private Methods

Méthode Description
UseDocumentation ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void

Method Details

Configure() public méthode

public Configure ( IApplicationBuilder app, IHostingEnvironment hostingEnvironment ) : void
app IApplicationBuilder
hostingEnvironment IHostingEnvironment
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