Here Mudassar Ahmed Khan has explained with an example, how to pass (send) Model data to Action method with data using QueryString Parameters in ASP.Net MVC Razor.
When a Button is clicked, the Model object is populated with values and passed (sent) to the RedirectToAction method along with the name of the Controller and its Action method in ASP.Net MVC Razor.