C# Класс OKHOSTING.UI.Net4.WebForms.Page

It represents a page of a form Representa una pagina de un formulario.

Наследование: System.Web.UI.Page, IPage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ContentHolder System.Web.UI.WebControls.PlaceHolder

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

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

Performs the steps of initialization and configuration required to create a page. Realiza las etapas de inicializacion y configuracion requeridas para crear una pagina.

OnLoad ( EventArgs e ) : void

Restores Page state (content & title) and launch events Restaura el estado de la pagina (Contenido y titulo) y lanza eventos

OnPreRender ( EventArgs e ) : void

Ons the pre render. Hace todos los pasos previos a la representacion.

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

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

Performs the steps of initialization and configuration required to create a page. Realiza las etapas de inicializacion y configuracion requeridas para crear una pagina.

protected OnInit ( EventArgs e ) : void
e System.EventArgs E.
Результат void

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

Restores Page state (content & title) and launch events Restaura el estado de la pagina (Contenido y titulo) y lanza eventos

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

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

Ons the pre render. Hace todos los pasos previos a la representacion.

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
Результат void

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

ContentHolder защищенное свойство

The content holder. El contenido que contiene la pagina.

protected System.Web.UI.WebControls.PlaceHolder ContentHolder
Результат System.Web.UI.WebControls.PlaceHolder