vb.net - In ASP.NET MVC, can someone give me an example of Visual Basic code for HTML.HiddenFor? -


i'm working on asp.net mvc2 web application, , i'm having trouble getting html helpers work. prefer work in visual basic, , have not been able find examples in language of, say, html.hiddenfor. have tried converting c# examples have seen it's though vb methods expect different parameters. can help?

the asp.net mvc site contains many tutorials both c# , vb.net. , particular example of hiddenfor:

<%: html.hiddenfor(function(m) m.name) %> 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -