I have a view that is strongly typed to a ViewModel. Is it possible to pass all of the data from a model in the view, back to a controller action? Something like this? ...@Ajax.ActionLink("(Export to Excel)", "ExportCsv", "SurveyResponse", new {
Resu...