C# 클래스 WebSite.Controllers.LoginController

상속: Controller
파일 보기 프로젝트 열기: jediskywalker/RTDeals

공개 메소드들

메소드 설명
EmailAccountactivation ( ) : System.Web.Mvc.ActionResult
Register ( string txtEmail, string txtConfirmEmail, string txtPassword, string txtConfirmPassword, string Button ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
Index ( string UserName, string Password ) : System.Web.Mvc.ActionResult

메소드 상세

EmailAccountactivation() 공개 메소드

public EmailAccountactivation ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Register() 공개 메소드

public Register ( string txtEmail, string txtConfirmEmail, string txtPassword, string txtConfirmPassword, string Button ) : System.Web.Mvc.ActionResult
txtEmail string
txtConfirmEmail string
txtPassword string
txtConfirmPassword string
Button string
리턴 System.Web.Mvc.ActionResult