C# Class BB.UI.Web.MVC.App_Start.UnityWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
Show file Open project: BeatBuddy/beatbuddy_webapp

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