Answers for "c# @html.actionlink with multiple parameters call post method"

2

how to pass two values in one html.actionlink

Html.ActionLink(
    "Display_Name", 
    "Action_Name", 
    new { name = item.firstvalue, year = item.secondvalue }   
)
Posted by: Guest on November-19-2020

Code answers related to "c# @html.actionlink with multiple parameters call post method"

Browse Popular Code Answers by Language