C# Class AspNetEmailExample.Controllers.AccountController

Inheritance: Controller
Datei anzeigen Open project: TypecastException/AspNetEmailExample

Private Properties

Property Type Description
AddErrors void
Delete System.Web.Mvc.ActionResult
DeleteConfirmed System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ActionResult
Edit Task
HasPassword bool
Index System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Manage System.Web.Mvc.ActionResult
Manage Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
SignInAsync System.Threading.Tasks.Task
UserRoles System.Web.Mvc.ActionResult
UserRoles System.Web.Mvc.ActionResult

Public Methods

Method Description
AccountController ( ) : Microsoft.AspNet.Identity
AccountController ( UserManager userManager ) : Microsoft.AspNet.Identity

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Delete ( string id = null ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( string id ) : System.Web.Mvc.ActionResult
Edit ( string id, ManageMessageId Message = null ) : System.Web.Mvc.ActionResult
Edit ( EditUserViewModel model ) : Task
HasPassword ( ) : bool
Index ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
Manage ( ManageUserViewModel model ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task
UserRoles ( SelectUserRolesViewModel model ) : System.Web.Mvc.ActionResult
UserRoles ( string id ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public method

public AccountController ( ) : Microsoft.AspNet.Identity
return Microsoft.AspNet.Identity

AccountController() public method

public AccountController ( UserManager userManager ) : Microsoft.AspNet.Identity
userManager UserManager
return Microsoft.AspNet.Identity

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void