C# 클래스 SnakeBattleNet.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: FoC-/SnakeBattle.Net

공개 메소드들

메소드 설명
AccountController ( UserManager userManager, IAuthenticationManager authenticationManager ) : System.Threading.Tasks
Index ( ) : Task

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Logout ( ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
SignInAsync ( UserIdentity user, bool isPersistent ) : System.Threading.Tasks.Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( UserManager userManager, IAuthenticationManager authenticationManager ) : System.Threading.Tasks
userManager UserManager
authenticationManager IAuthenticationManager
리턴 System.Threading.Tasks

Index() 공개 메소드

public Index ( ) : Task
리턴 Task