Calling different actions in a Surface Controller when using Html.BeginUmbracoForm
Hi
I'm working on a shopping basket View Component. I've wrapped the basket with the Html.BeingUmbracoForm
@using (Html.BeginUmbracoForm<BasketController>
and I want the 3 buttons in the image below (which are wrapped in a for-loop) to call different actions in the Basket surface controller. I'm using the SurfaceAction link to do this, but is this the best way?
as after the link is clicked I get a long ufprt value in the url. I understand the purpose of this, I just don't want the user to see it. I'd appreaciate an opinion or a suggestion as to how to do this better :) Thanks Tim
Calling different actions in a Surface Controller when using Html.BeginUmbracoForm
Hi
I'm working on a shopping basket View Component. I've wrapped the basket with the Html.BeingUmbracoForm
and I want the 3 buttons in the image below (which are wrapped in a for-loop) to call different actions in the Basket surface controller. I'm using the SurfaceAction link to do this, but is this the best way?
as after the link is clicked I get a long ufprt value in the url. I understand the purpose of this, I just don't want the user to see it. I'd appreaciate an opinion or a suggestion as to how to do this better :) Thanks Tim
anyone?
is working on a reply...