If you're passing an anonymous object to an HtmlHelper method (to ActionLink, for example), you might want to consider using that anonymous object to eliminate one of the other parameters. When, in an ...
Peter responds to a question: How, in an ASP.NET MVC form, can the user be given two submit Buttons that do two different things? In addition to doing development work for my clients and writing these ...