C# 클래스 Gramps.Controllers.PublicController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Gramps

공개 메소드들

메소드 설명
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult

#8

ForgotPassword ( ) : System.Web.Mvc.ActionResult

#3

LogOff ( ) : System.Web.Mvc.ActionResult

#5

LogOn ( ) : System.Web.Mvc.ActionResult

#1

PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System

비공개 메소드들

메소드 설명
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ForgotPassword ( string userName, bool captchaValid ) : System.Web.Mvc.ActionResult
LogOn ( LogOnModel model, string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

ChangePasswordSuccess() 공개 메소드

#8
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ForgotPassword() 공개 메소드

#3
public ForgotPassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LogOff() 공개 메소드

#5
public LogOff ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LogOn() 공개 메소드

#1
public LogOn ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

PublicController() 공개 메소드

public PublicController ( IFormsAuthenticationService formsService, IMembershipService membershipService, IEmailService emailService ) : System
formsService IFormsAuthenticationService
membershipService IMembershipService
emailService IEmailService
리턴 System