C# Class ScrewTurn.Wiki.Error

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
lblAdmin global::System.Web.UI.WebControls.Literal
lblDescription global::System.Web.UI.WebControls.Literal
lblError global::System.Web.UI.WebControls.Literal
lblException global::System.Web.UI.WebControls.Literal
pnlException global::System.Web.UI.WebControls.Panel

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

lblAdmin protected_oe property

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

lblDescription protected_oe property

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

lblError protected_oe property

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

lblException protected_oe property

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

pnlException protected_oe property

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