原文:ASP.NET MVC error: The call is ambiguous between the following methods or properties
I have a problem. In my View of a product I have a button to add it to cart which looks like this: <div> <% using(Html.BeginForm("AddToCart", "Cart")) {%> <%: Html.HiddenFor(x =>...