[AllowAnonymous]
public ActionResult Login(string returnUrl)
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
public ActionResult Login(LoginModel model, string returnUrl)
[AllowAnonymous]
public ActionResult Register()
[HttpPost]
[AllowAnonymous]
[ValidateAntiForgeryToken]
public ActionResult Register(RegisterModel model)
No comments:
Post a Comment