C# 클래스 AsgSearch.web.App_Start.UnityWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
파일 보기 프로젝트 열기: asg123/NTRquizzes

공개 메소드들

메소드 설명
Shutdown ( ) : void

Disposes the Unity container when the application is shut down.

Start ( ) : void

Integrates Unity when the application starts.

메소드 상세

Shutdown() 공개 정적인 메소드

Disposes the Unity container when the application is shut down.
public static Shutdown ( ) : void
리턴 void

Start() 공개 정적인 메소드

Integrates Unity when the application starts.
public static Start ( ) : void
리턴 void