码迷,mamicode.com
首页 > Web开发 > 详细

ASP.NET MVC 应用程序初学者常见问题汇总

时间:2020-02-24 15:21:34      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:input   lease   put   required   enter   view   textbox   常见   初学者   

Q: 如何为Html.TextBoxFor控件添加多个属性?

A: @Html.TextBoxFor(m => m.Email, new Dictionary<string, object>() { {"class", "input-material" }, {"data-msg", "Please enter your username" },{ "required", "true"} })

Q: 如何为输出HTML格式的字符串?

A: @Html.Raw(ViewBag.Content)

ASP.NET MVC 应用程序初学者常见问题汇总

标签:input   lease   put   required   enter   view   textbox   常见   初学者   

原文地址:https://www.cnblogs.com/mercator/p/12356735.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!