C# Class Subtext.Web.Pages.Error

Error class.
Auto-generated class.
Mostrar archivo Open project: ayende/Subtext

Protected Properties

Property Type Description
ErrorMessageLabel global::System.Web.UI.WebControls.Label
HomeLink global::System.Web.UI.WebControls.HyperLink

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

Method Details

OnInit() protected method

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e EventArgs An that contains the event data.
return 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
return 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
return global::System.Web.UI.WebControls.HyperLink