ベータ版ソフトウェアの AccountController.cs に次の json メソッドが表示されません。
[AllowAnonymous]
[HttpPost]
public JsonResult JsonLogin(LoginModel model, string returnUrl)
[AllowAnonymous]
[HttpPost]
public ActionResult JsonRegister(RegisterModel model)
ベータ版ソフトウェアの AccountController.cs に次の json メソッドが表示されません。
[AllowAnonymous]
[HttpPost]
public JsonResult JsonLogin(LoginModel model, string returnUrl)
[AllowAnonymous]
[HttpPost]
public ActionResult JsonRegister(RegisterModel model)