C# Класс Ninject.Web.WebControlBase

A WebControl that supports injections.
Наследование: System.Web.UI.WebControls.WebControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

RequestActivation ( ) : void

Asks the kernel to inject this instance.

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

OnInit() защищенный Метод

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Результат void

RequestActivation() защищенный Метод

Asks the kernel to inject this instance.
protected RequestActivation ( ) : void
Результат void