C# Class SnakeBattleNet.Web.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: FoC-/SnakeBattle.Net

Méthodes publiques

Méthode Description
AccountController ( UserManager userManager, IAuthenticationManager authenticationManager ) : System.Threading.Tasks
Index ( ) : Task

Private Methods

Méthode Description
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

Method Details

AccountController() public méthode

public AccountController ( UserManager userManager, IAuthenticationManager authenticationManager ) : System.Threading.Tasks
userManager UserManager
authenticationManager IAuthenticationManager
Résultat System.Threading.Tasks

Index() public méthode

public Index ( ) : Task
Résultat Task