在 ASP.net MVC 3 中的按钮上应用 CSS
我开始尝试 MVC 3。并且我一直坚持应用输入按钮的样式。
可以在View中应用CSS吗?我给出的代码位于视图中。
<input id="newSubItem" type="button" onclick="location.href='javascript:void(0);'" value='New Subitem' /><br/>
I started experimenting with MVC 3. And I'm stuck with applying the style of an input-button.
Is it possible to apply Css in the View? The code I gave is located in the View.
<input id="newSubItem" type="button" onclick="location.href='javascript:void(0);'" value='New Subitem' /><br/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你尝试过吗
Did you try
您必须在视图中放置指向您的 css 页面的链接:
然后您可以应用您想要的任何类,例如
You have to put link in the view to your css page :
And then you can apply any class you want,for example