C# Класс Spring.Web.Support.ControlInterceptor

Support Class providing a method to ensure a control has been intercepted
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EnsureControlIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void

Ensures, a control has been intercepted to support Web-DI. If not, the control will be intercepted.

Приватные методы

Метод Описание
ControlInterceptor ( ) : System.Collections
EnsureControlCollectionIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void
IsDependencyInjectionAware ( IApplicationContext defaultApplicationContext, object o ) : bool

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

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

Ensures, a control has been intercepted to support Web-DI. If not, the control will be intercepted.
public static EnsureControlIntercepted ( IApplicationContext defaultApplicationContext, Control control ) : void
defaultApplicationContext IApplicationContext
control System.Web.UI.Control
Результат void