标签: c# asp.net-mvc-4
我收到错误“无法解析符号'隐藏'”
如何在自定义助手的ASP.NET MVC Html助手中使用HiddenFor?
@helper test (Model model) { @Html.HiddenFor(model => model.name, "test") }