C# Класс Spring.Web.UI.Controls.Panel

Наследование: System.Web.UI.WebControls.Panel, ISupportsWebDependencyInjection
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML opening tag of the control to the specified writer.

RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the HTML closing tag of the control to the specified writer.

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

Метод Описание
AddedControl ( Control control, int index ) : void

Injects dependencies into control before adding it.

CreateControlCollection ( ) : System.Web.UI.ControlCollection

Overridden to automatically aquire a reference to root application context to use for DI.

OnPreInitRecursive ( EventArgs e ) : void

This method is invoked right before InitRecursive() is called for this Panel and ensures, that dependencies get injected on child controls before their Init event is raised.

OnPreRender ( EventArgs e ) : void

Overridden to set Control.Visible according to VisibleIf if necessary.

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

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

Injects dependencies into control before adding it.
protected AddedControl ( Control control, int index ) : void
control System.Web.UI.Control
index int
Результат void

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

Overridden to automatically aquire a reference to root application context to use for DI.
protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
Результат System.Web.UI.ControlCollection

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

This method is invoked right before InitRecursive() is called for this Panel and ensures, that dependencies get injected on child controls before their Init event is raised.
protected OnPreInitRecursive ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Overridden to set Control.Visible according to VisibleIf if necessary.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

RenderBeginTag() публичный Метод

Renders the HTML opening tag of the control to the specified writer.
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void

RenderEndTag() публичный Метод

Renders the HTML closing tag of the control to the specified writer.
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void