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

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
Afficher le fichier Open project: BeatBuddy/beatbuddy_webapp

Méthodes publiques

Méthode 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 méthode

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

Start() public static méthode

Integrates Unity when the application starts.
public static Start ( ) : void
Résultat void