C# 클래스 Subtext.Web.Admin.Pages.Error

Error class.
Auto-generated class.
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
ErrorMessageLabel global::System.Web.UI.WebControls.Label
ErrorPanel global::System.Web.UI.WebControls.Panel
HomeLink global::System.Web.UI.WebControls.HyperLink

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

ErrorMessageLabel 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

ErrorPanel 보호되어 있는 프로퍼티

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

HomeLink 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.HyperLink