C# Class Subtext.Web.Pages.Error

Error class.
Auto-generated class.
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
ErrorMessageLabel global::System.Web.UI.WebControls.Label
HomeLink global::System.Web.UI.WebControls.HyperLink

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

Method Details

OnInit() protected méthode

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e EventArgs An that contains the event data.
Résultat void

Property Details

ErrorMessageLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

HomeLink protected_oe property

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
Résultat global::System.Web.UI.WebControls.HyperLink