Posts by Leandro Salvatti Piscke • 36 points
1 post
-
2
votes1
answer33
viewsA: Passing data between partitals Views
You can use according to the code below by passing the id parameter: @Html.Action("NomeController", "NomeAction", new { id=1 }) Or passing an amount from Viewbag: @Html.Action("NomeController",…