Pass id to @Html.ActionLink in View with Nested model Class in Asp.Net MVC
I want to create a call to controller action with just carrying id, that is recieved form model, instead of passing whole model to controller.
I want to create a call to controller action with just carrying id, that is recieved form model, instead of passing whole model to controller.