I am working on a website in asp.net mvc. I have a route
routes.MapRoute( \"Default\", // Route name \"{controller}/{action}/{id}\", // URL with pa
use the bind attribute prefix:
public ActionResult Customer([Bind(Prefix = "id")]string cname) {}