C# 클래스 Accounts.Web.Startup

파일 보기 프로젝트 열기: CWISoftware/accounts

공개 메소드들

메소드 설명
Configure ( IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Main ( string args ) : void
Startup ( IHostingEnvironment env ) : Accounts.Web.Models

메소드 상세

Configure() 공개 메소드

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

ConfigureServices() 공개 메소드

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Startup() 공개 메소드

public Startup ( IHostingEnvironment env ) : Accounts.Web.Models
env IHostingEnvironment
리턴 Accounts.Web.Models