C# 클래스 NewsFeedInput.Login

파일 보기 프로젝트 열기: EddowSan/CIX

보호된 프로퍼티들

프로퍼티 타입 설명
btnSubmit global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
headerTag global::System.Web.UI.HtmlControls.HtmlGenericControl
lblPassword global::System.Web.UI.WebControls.Label
lblUserName global::System.Web.UI.WebControls.Label
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox
valPassword global::System.Web.UI.WebControls.RequiredFieldValidator
valUserName global::System.Web.UI.WebControls.RequiredFieldValidator

공개 메소드들

메소드 설명
ValidateUser ( ) : bool

보호된 메소드들

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

메소드 상세

Page_Load() 보호된 메소드

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

ValidateUser() 공개 메소드

public ValidateUser ( ) : bool
리턴 bool

프로퍼티 상세

btnSubmit 보호되어 있는 프로퍼티

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

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

headerTag 보호되어 있는 프로퍼티

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

lblPassword 보호되어 있는 프로퍼티

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

lblUserName 보호되어 있는 프로퍼티

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

txtPassword 보호되어 있는 프로퍼티

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

txtUserName 보호되어 있는 프로퍼티

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

valPassword 보호되어 있는 프로퍼티

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

valUserName 보호되어 있는 프로퍼티

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