C# Класс Subtext.Web.Pages.Error

Error class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
ErrorMessageLabel global::System.Web.UI.WebControls.Label
HomeLink global::System.Web.UI.WebControls.HyperLink

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

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

Raises the event to initialize the page.

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

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

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

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

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

ErrorMessageLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ErrorMessageLabel
Результат global::System.Web.UI.WebControls.Label

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

HomeLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink HomeLink
Результат global::System.Web.UI.WebControls.HyperLink