C# Класс Spring.Context.Support.HttpApplicationConfigurer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Configure ( IConfigurableApplicationContext appContext, System.Web.HttpApplication app ) : void

Configures the instance and its modules.

When called, configures using the IApplicationContext instance provided in appContext and the templates available in ApplicationTemplate and ModuleTemplates.

Описание методов

Configure() публичный статический Метод

Configures the instance and its modules.
When called, configures using the IApplicationContext instance provided in appContext and the templates available in ApplicationTemplate and ModuleTemplates.
public static Configure ( IConfigurableApplicationContext appContext, System.Web.HttpApplication app ) : void
appContext IConfigurableApplicationContext the application context instance to be used for resolving object references.
app System.Web.HttpApplication the instance to be configured.
Результат void