C# 클래스 Subtext.Web.Pages.login

파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
Message global::System.Web.UI.WebControls.Literal
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
UserNameLabel global::System.Web.UI.WebControls.Label
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
btnLogin global::System.Web.UI.WebControls.Button
btnOpenIdLogin global::DotNetOpenId.RelyingParty.OpenIdLogin
chkRememberMe global::System.Web.UI.WebControls.CheckBox
form1 global::System.Web.UI.HtmlControls.HtmlForm
tbPassword global::System.Web.UI.WebControls.TextBox
tbUserName global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

비공개 메소드들

메소드 설명
AuthenticateHostAdmin ( ) : bool
InitializeComponent ( ) : void

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

ReturnToUrl ( string defaultReturnUrl ) : void

메소드 상세

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

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

btnLogin_Click() 보호된 메소드

protected btnLogin_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnOpenIdLogin_LoggedIn() 보호된 메소드

protected btnOpenIdLogin_LoggedIn ( object sender, OpenIdEventArgs e ) : void
sender object
e OpenIdEventArgs
리턴 void

프로퍼티 상세

Message 보호되어 있는 프로퍼티

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

PasswordLabel 보호되어 있는 프로퍼티

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

PasswordRequired 보호되어 있는 프로퍼티

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

UserNameLabel 보호되어 있는 프로퍼티

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

UserNameRequired 보호되어 있는 프로퍼티

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

btnLogin 보호되어 있는 프로퍼티

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

btnOpenIdLogin 보호되어 있는 프로퍼티

btnOpenIdLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetOpenId.RelyingParty.OpenIdLogin btnOpenIdLogin
리턴 global::DotNetOpenId.RelyingParty.OpenIdLogin

chkRememberMe 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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

tbPassword 보호되어 있는 프로퍼티

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

tbUserName 보호되어 있는 프로퍼티

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