What does Html.HiddenFor do?

后端 未结 4 2030
春和景丽
春和景丽 2020-11-27 04:06

Although I have read the documentation on Html.HiddenFor, I\'ve not grasped what is it used for...

Could somebody explain its uses and give a short example?

4条回答
  •  失恋的感觉
    2020-11-27 04:53

    The Use of Razor code @Html.Hidden or @Html.HiddenFor is similar to the following Html code

     
    

    And also refer the following link

    https://msdn.microsoft.com/en-us/library/system.web.mvc.html.inputextensions.hiddenfor(v=vs.118).aspx

提交回复
热议问题