Метод | Описание | |
---|---|---|
CreateUser ( ) : System.Web.Mvc.ActionResult | ||
DeleteUser ( string account, string username ) : System.Web.Mvc.ActionResult | ||
EditUser ( string account, string username ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ListUsers ( ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : System.Web.Mvc.ActionResult | ||
Settings ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
CreateUser ( string username, string password, string password2, string email, string email2, string isAdmin ) : System.Web.Mvc.ActionResult | ||
EditUser ( string username, string password, string password2, string email, string email2, string isAdmin ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( string username ) : System.Web.Mvc.ActionResult | ||
Login ( string username, string password, bool rememberMe ) : System.Web.Mvc.ActionResult | ||
Settings ( string username, string password, string password2, string email, string email2 ) : System.Web.Mvc.ActionResult |
public CreateUser ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public DeleteUser ( string account, string username ) : System.Web.Mvc.ActionResult | ||
account | string | |
username | string | |
Результат | System.Web.Mvc.ActionResult |
public EditUser ( string account, string username ) : System.Web.Mvc.ActionResult | ||
account | string | |
username | string | |
Результат | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public ListUsers ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Login ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Logout ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Settings ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |