C# 클래스 DemoSite.Login

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: KalikoCMS/DemoSite.Mvc

보호된 프로퍼티들

프로퍼티 타입 설명
Email global::System.Web.UI.WebControls.TextBox
ErrorMessage global::System.Web.UI.WebControls.PlaceHolder
FailureText global::System.Web.UI.WebControls.Literal
LoginForm global::System.Web.UI.HtmlControls.HtmlForm
Password global::System.Web.UI.WebControls.TextBox
RememberMe global::System.Web.UI.WebControls.CheckBox

공개 메소드들

메소드 설명
RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
IsLocalUrl ( string url ) : bool

메소드 상세

LogIn() 보호된 메소드

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

RedirectToReturnUrl() 공개 정적인 메소드

public static RedirectToReturnUrl ( string returnUrl, HttpResponse response ) : void
returnUrl string
response System.Web.HttpResponse
리턴 void

프로퍼티 상세

Email 보호되어 있는 프로퍼티

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

ErrorMessage 보호되어 있는 프로퍼티

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

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

LoginForm 보호되어 있는 프로퍼티

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

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

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