I have an HTML post method:
form method="post" action="https://secure.wp3.rbsworldpay.com/wcc/purchase" id="frmWorldPay"
How to write the above post method in the <% using (Html.BeginForm()) {%> syntax in ASP.NET MVC?
I have an HTML post method:
form method="post" action="https://secure.wp3.rbsworldpay.com/wcc/purchase" id="frmWorldPay"
How to write the above post method in the <% using (Html.BeginForm()) {%> syntax in ASP.NET MVC?