C# 클래스 Subtext.Web.HostAdmin.Upgrade.Default

Page used to create an initial configuration for the blog.
This page will ONLY be displayed if there are no blog configurations within the database.
상속: HostAdminPage
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
btnUpgrade global::System.Web.UI.WebControls.Button
messageLiteral global::System.Web.UI.WebControls.Literal
plcHolderUpgradeMessage global::System.Web.UI.WebControls.PlaceHolder

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void
OnUpgradeClick ( object sender, EventArgs e ) : void

메소드 상세

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpgradeClick() 보호된 메소드

protected OnUpgradeClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnUpgrade 보호되어 있는 프로퍼티

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

messageLiteral 보호되어 있는 프로퍼티

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

plcHolderUpgradeMessage 보호되어 있는 프로퍼티

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