C# Class AuntieDot.UI.Web.Error

Inheritance: System.Web.UI.MasterPage
Mostrar archivo Open project: 0xdeafcafe/AuntieDot

Protected Properties

Property Type Description
ErrorDesc global::System.Web.UI.WebControls.ContentPlaceHolder
ErrorTitle global::System.Web.UI.WebControls.ContentPlaceHolder

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 System.EventArgs
return void

Property Details

ErrorDesc protected_oe property

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

ErrorTitle protected_oe property

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