ASP.NET MVC: Expression Based RedirectToAction Method

Published Tuesday, May 20, 2008 3:12 AM

Since the introduction of lambda expressions within the .NET framework, and it's extensive use of them within ASP.NET MVC, I've grown extremely fond of working with compile time errors that lambda expressions gives us. You've seen the ASP.NET MVC team build out a set of ActionLink<T> methods that enable you to specify an expression that will be compiled like the following (Read more...)

by mhawley

Comments

# mvc actionlink said on Thursday, June 12, 2008 7:31 PM

Pingback from  mvc actionlink