I’m working on an ASP.NET MVC2 web application, and I’m having trouble getting the HTML helpers to work. I prefer to work in Visual Basic, and I have not been able to find any examples in that language of, say, HTML.HiddenFor. I have tried converting the C# examples I have seen but it’s almost as though the VB methods expect different parameters. Can anyone help?
I’m working on an ASP.NET MVC2 web application, and I’m having trouble getting the
Share
The ASP.NET MVC site contains many tutorials for both C# and VB.NET. And for your particular example of
HiddenFor: