asp.net mvc 3 razor view -> strongly typed List of tuple problem
EDIT I’ve trimmed out some of the in-progress comments here – just view the history to see. So you can make this work with 1, 2, 3 or 4 tuple generic parameters but it doesn’t work with 5. As soon as you use 5 parameters it generates code like this: public class _Page_Views_Home_Index_cshtml : System.Web.Mvc.WebViewPage<List<System.Tuple<string … Read more