C# Class AsgSearch.web.App_Start.UnityWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
Exibir arquivo Open project: asg123/NTRquizzes

Public Methods

Method Description
Shutdown ( ) : void

Disposes the Unity container when the application is shut down.

Start ( ) : void

Integrates Unity when the application starts.

Method Details

Shutdown() public static method

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

Start() public static method

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