Method | Description | |
---|---|---|
AccountController ( ) : System |
Leerer Konstruktor.
|
|
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System |
Konstruktor mit userManager und signInManager.
|
|
Index ( |
Get: /Account Einloggen und Registrieren eines Users.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Methode für das Löschen des Controllers.
|
Method | Description | |
---|---|---|
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void |
Aus dem Result die Error dem Model hinzufügen.
|
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | ApplicationUserManager |
signInManager | ApplicationSignInManager | ApplicationSignInManager |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Boolean ob der UserManager und SignInManager gelöscht werden soll. |
return | void |
public Index ( |
||
model | AccountIndexViewModel bestehend aus Email, Name, Password, confirmPassword und md5Hash. | |
return | Task |