C# Class Machete.Web.App_Start.UnityWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
ファイルを表示 Open project: SavageLearning/Machete

Public Methods

Method Description
Start ( ) : void

Integrates Unity when the application starts.

Method Details

Start() public static method

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