Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <a href="<%#: GetRouteUrl("ProductByCart", new {productID = Item.ProductID})%>">
  2. <b>Agregar a Carrito<b>
  3.  
  4. if (RouteData.Values["productID"] != null)
  5. {
  6. productId = Convert.ToInt32((RouteData.Values["ProductID"] ?? String.Empty).ToString());
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement