我有两个控制器Booking和Checkout。将表单数据从控制器Booking发送到Checkout索引get页面。
我想检索当单击从Checkout到Booking索引get页面的后退按钮时提交的对象。
(即使在结帐页期间刷新页面,也会出现相同的错误)
Confirm Form Resubmission
This webpage requires data that you entered earlier in order to be properly displayed.
You can send this data again, but by doing so you will re
我正在开发一个应用程序,可以让会员使用Stripe预订/付费课程。但是,我发现很难更新应用程序来说明用户是否已经成功地支付了费用。
这样做的目的是,当用户付款时,付款将被分配给他们,并且他们能够在他们的帐户内得到一份付款清单。下面是我的控制器中的代码:
[HttpPost]
public IActionResult PaymentSuccess(Event obj, int memberId, int eventId)
{
// add member to event attendees? if so just call BookEvent above
var eventBoo