Guest User

Untitled

a guest
Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public ActionResult AddToCart(Products prod, int amount)
  2.  
  3. @Html.TextBox("Amount", new { @class = "form-control" })
  4. @Url.Action("AddToCart", "Cart", product, "Amount")
Add Comment
Please, Sign In to add comment