C# 클래스 Example.HomeController

상속: Example.Controller
파일 보기 프로젝트 열기: alipha/csharp-argon2

공개 메소드들

메소드 설명
Login ( string username, string password ) : ActionResult

비공개 메소드들

메소드 설명
GetUser ( string username ) : User
LogInUser ( User user ) : void
RedirectToAction ( string action, string controller ) : ActionResult
UpdateUser ( User user ) : void
View ( LoginViewModel model ) : ActionResult

메소드 상세

Login() 공개 메소드

public Login ( string username, string password ) : ActionResult
username string
password string
리턴 ActionResult