Method | Description | |
---|---|---|
Get ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Post ( UCosmic model ) : System.Web.Mvc.ActionResult | ||
T4MVC_SignOverController ( ) : System | ||
Undo ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult |
public Get ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public Post ( UCosmic model ) : System.Web.Mvc.ActionResult | ||
model | UCosmic | |
return | System.Web.Mvc.ActionResult |
public Undo ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public ValidateEmailAddress ( UCosmic model ) : System.Web.Mvc.JsonResult | ||
model | UCosmic | |
return | System.Web.Mvc.JsonResult |