C# Class Subtext.Web.CheckYourConnectionString

This page presents useful information to users connecting to the blog via "localhost". In otherwords, on a local installation.
Inheritance: System.Web.UI.Page
Mostrar archivo Open project: ayende/Subtext

Protected Properties

Property Type Description
lblErrorMessage global::System.Web.UI.WebControls.Label
lblStackTrace global::System.Web.UI.WebControls.Label
plcDiagnosticInfo global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
Page_Load ( object sender, System e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

Property Details

lblErrorMessage protected_oe property

lblErrorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorMessage
return global::System.Web.UI.WebControls.Label

lblStackTrace protected_oe property

lblStackTrace control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblStackTrace
return global::System.Web.UI.WebControls.Label

plcDiagnosticInfo protected_oe property

plcDiagnosticInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcDiagnosticInfo
return global::System.Web.UI.WebControls.PlaceHolder