C# Class UCosmic.Www.Mvc.Areas.Identity.Controllers.T4MVC_ForgotPasswordController

Inheritance: UCosmic.Www.Mvc.Areas.Identity.Controllers.ForgotPasswordController
Mostra file Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
Get ( ) : System.Web.Mvc.ViewResult
Post ( UCosmic model ) : System.Web.Mvc.ActionResult
T4MVC_ForgotPasswordController ( ) : System
ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult

Method Details

Get() public method

public Get ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Post() public method

public Post ( UCosmic model ) : System.Web.Mvc.ActionResult
model UCosmic
return System.Web.Mvc.ActionResult

T4MVC_ForgotPasswordController() public method

public T4MVC_ForgotPasswordController ( ) : System
return System

ValidateEmailAddress() public method

public ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult
model UCosmic
return System.Web.Mvc.JsonResult