Hi,
I'm changing a project which I use to learn to use ASP.NET MVC from Preview 4 to 5. Now that you have the [ActionName()] attribute, I changed my controller code and of course my views. In Preview 4 I 'declared' the <form/> tag using Html.Form with the necessary parameters. That came in handy to add the enctype = "multipart/form-data" attribute to the <form/> tag.
But Preview 5 has no overload for Html.Form() that I can use.
How can I force the enctype attribute into my form?
Cheers,
v