C# Class Subtext.Web.Admin.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
ErrorPanel global::System.Web.UI.WebControls.Panel
HomeLink global::System.Web.UI.WebControls.HyperLink

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
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

ErrorPanel protected_oe property

ErrorPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel ErrorPanel
Résultat global::System.Web.UI.WebControls.Panel

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