Method | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
Error ( ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
MyAccount ( ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
RenderRazorViewToString ( ) : string | ||
ValidateEmail ( string email, long userId ) : System.Web.Mvc.JsonResult | ||
ValidateTermsAndConditions ( bool accepted ) : System.Web.Mvc.JsonResult | ||
ValidateUsername ( string username, long id ) : System.Web.Mvc.JsonResult |
Method | Description | |
---|---|---|
ChangePassword ( |
||
LogOn ( |
||
LogOnStatusPartial ( ) : System.Web.Mvc.ActionResult | ||
MyAccount ( |
||
Register ( |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Error ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
return | System.Web.Mvc.ActionResult |
public MyAccount ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Register ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ValidateEmail ( string email, long userId ) : System.Web.Mvc.JsonResult | ||
string | ||
userId | long | |
return | System.Web.Mvc.JsonResult |
public ValidateTermsAndConditions ( bool accepted ) : System.Web.Mvc.JsonResult | ||
accepted | bool | |
return | System.Web.Mvc.JsonResult |
public ValidateUsername ( string username, long id ) : System.Web.Mvc.JsonResult | ||
username | string | |
id | long | |
return | System.Web.Mvc.JsonResult |