Answers for "pass object through actionlink"

0

pass object through actionlink

@Html.ActionLink("Details", "TicketsByDay", "TransactionMonitor", new  {area = "", StoreId = @Model.Id, EndDate = @Model.EndDate, StartDate = @Model.StartDate }, null)
Posted by: Guest on July-15-2020

Code answers related to "pass object through actionlink"

Browse Popular Code Answers by Language