C# Class MonoSoftware.MonoX.Pages.NotFound

Error message output page.
Inheritance: System.Web.BasePage
Mostrar archivo Open project: MonoSoftware/MonoX-Demo-Pages

Protected Properties

Property Type Description
A1 global::System.Web.UI.HtmlControls.HtmlAnchor
lnkHome global::System.Web.UI.WebControls.HyperLink

Public Methods

Method Description
NotFound ( ) : System

Constructor.

Protected Methods

Method Description
AllowAccess ( ) : bool
OnError ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Method Details

AllowAccess() protected method

protected AllowAccess ( ) : bool
return bool

NotFound() public method

Constructor.
public NotFound ( ) : System
return System

OnError() protected method

protected OnError ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

A1 protected_oe property

A1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor A1
return global::System.Web.UI.HtmlControls.HtmlAnchor

lnkHome protected_oe property

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