C# Class WhoCanHelpMe.Web.Controllers.User.UserController

Inheritance: BaseController
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
SignOut ( ) : System.Web.Mvc.ActionResult
UserController ( IIdentityService identityService, IMapper loginPageViewModelMapper ) : System.Security.Authentication

Private Methods

Méthode Description
Authenticate ( string openId, string returnUrl ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SignOut() public méthode

public SignOut ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

UserController() public méthode

public UserController ( IIdentityService identityService, IMapper loginPageViewModelMapper ) : System.Security.Authentication
identityService IIdentityService
loginPageViewModelMapper IMapper
Résultat System.Security.Authentication