Questions tagged [asp.net-mvc-futures]

The futures project contains features that the ASP.NET MVC team is considering for a future release of ASP.NET MVC.

The futures project contains features that the ASP.NET MVC team is considering for a future release of ASP.NET MVC. Available at http://aspnet.codeplex.com/

35 questions
0
votes
3 answers

How do I install ASP.NET MVC 2 Futures?

I want to use the DataAnnotations.DisplayAttribute.Order property to arrange my fields when using the DisplayForModel and EditorForModel methods. Related question: Does the DataAnnotations.DisplayAttribute.Order property not work with ASP.NET…
0
votes
1 answer

Strongly typed Html.ActionLink() helper extension from MVC Futures doesn't do well with areas

I noticed some odd behaviour when using the strongly typed HtmlHelper.ActionLink() extension method from ASP.NET MVC 2 Futures. When I use it to link to a controller in an area I have to use the following attribute on this…
Maksymilian Majer
  • 2,956
  • 2
  • 29
  • 42
0
votes
1 answer

Html.Deserialize loses TempData after browser refresh

I have a ASP.NET MVC4 wizard. To pass one big viewmodel from step to step I use the futures assembly. I serialize my model with @Html.Serialize("model", Model, SerializationMode.Signed); and deserialize it in the controllers protected override…
csteinmueller
  • 2,427
  • 1
  • 21
  • 32
0
votes
2 answers

ActionLink within RenderAction

I'm using RenderAction to include the output of several "components" in my view. But everytime I use RenderAction calls to ActionLink within the nested action produce wrong routes. (Same for RouteLink.) If the action is called directly the correct…
Joachim Rosskopf
  • 1,259
  • 2
  • 13
  • 24
-1
votes
5 answers

Would you recommend using the MVC Futures library?

Using magic strings in C# really unsettles me, so I'm thinking of using the MVC Futures library. Are there any reasons why I might not want to do this, or any gotchas I should be aware of?
Kirschstein
  • 14,570
  • 14
  • 61
  • 79
1 2
3