C# 클래스 EventSourcingCqrsSample.WebApp.MvcConfig

This represents the config entity for MVC.
파일 보기 프로젝트 열기: devkimchi/EventSourcing-CQRS-Sample 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( IAppBuilder builder, IContainer container ) : void

Configures the MVC.

비공개 메소드들

메소드 설명
RegisterAreas ( ) : void
RegisterBundles ( BundleCollection collection ) : void
RegisterDependencyResolver ( IContainer container ) : void
RegisterFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

메소드 상세

Configure() 공개 정적인 메소드

Configures the MVC.
public static Configure ( IAppBuilder builder, IContainer container ) : void
builder IAppBuilder /// The instance. ///
container IContainer /// The instance. ///
리턴 void