pass object through actionlink code example
Example: pass object through actionlink
@Html.ActionLink("Details", "TicketsByDay", "TransactionMonitor", new {area = "", StoreId = @Model.Id, EndDate = @Model.EndDate, StartDate = @Model.StartDate }, null)