C# 클래스 ExampleOAuthChannel.Login

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: bittercoder/DevDefined.OAuth-Examples

보호된 프로퍼티들

프로퍼티 타입 설명
FailureText global::System.Web.UI.WebControls.Literal
LoginButton global::System.Web.UI.WebControls.Button
Password global::System.Web.UI.WebControls.TextBox
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RememberMe global::System.Web.UI.WebControls.CheckBox
UserName global::System.Web.UI.WebControls.TextBox
UserNameLabel global::System.Web.UI.WebControls.Label
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
form1 global::System.Web.UI.HtmlControls.HtmlForm

보호된 메소드들

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

메소드 상세

LoginButton_Click() 보호된 메소드

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

프로퍼티 상세

FailureText 보호되어 있는 프로퍼티

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

LoginButton 보호되어 있는 프로퍼티

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

Password 보호되어 있는 프로퍼티

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

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

RememberMe 보호되어 있는 프로퍼티

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

UserName 보호되어 있는 프로퍼티

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

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

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