Action Parameters in ASP.NET MVC — a practical guide to ASP.NET MVC parameters with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (94/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
Complex types bind from form fields by name.
Parameters tip
public ActionResult Details(int id) { /* ... */ }