在 ASP.NET MVC 中,有人能给我一个 HTML.HiddenFor 的 Visual Basic 代码示例吗?
我正在开发 ASP.NET MVC2 Web 应用程序,但在使 HTML 帮助程序正常工作时遇到问题。我更喜欢在 Visual Basic 中工作,但我无法找到该语言的任何示例,例如 HTML.HiddenFor。我尝试过转换我见过的 C# 示例,但几乎就像 VB 方法需要不同的参数一样。有人可以帮忙吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ASP.NET MVC 站点 包含许多针对 C# 和 VB.NET 的教程。对于
HiddenFor
的特定示例:The ASP.NET MVC site contains many tutorials for both C# and VB.NET. And for your particular example of
HiddenFor
:VB.Net 对于 lambda 表达式< /a>:
VB.Net has a different syntax for lambda expressions: