C# Класс AsgSearch.web.App_Start.UnityWebActivator

Provides the bootstrapping for integrating Unity with ASP.NET MVC.
Показать файл Открыть проект

Открытые методы

Метод Описание
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