mvc剃刀引擎中的文本框宽度 [英] Text box width in mvc razor engine

查看:67
本文介绍了mvc剃刀引擎中的文本框宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





如何在asp.net mvc 3 razor引擎中设置文本框的宽度?



以下是我的代码



@ Html.TextBoxFor(m => m.UserName)



How can I set the width of a textbox in asp.net mvc 3 razor engine ?

below is my code

@Html.TextBoxFor(m=>m.UserName)

推荐答案

我通过以下方式解决了这个问题





@ Html.TextBoxFor(m => m.UserName ,new {style =width:150px})
i have solved this requirment by doing following things


@Html.TextBoxFor(m => m.UserName, new { style="width:150px" })


这篇关于mvc剃刀引擎中的文本框宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆