将 Expression Web 与 ASP.Net MVC 结合使用
首先我的问题是创建 ASP.NET MVC 风格的最佳工具是什么。
我相信可以使用 Expression Web 创建 asp.net 样式 (css),但我的疑问是,例如,如何创建表格的样式(以及动态
或 < code>样式使用标记
<% ... %>
创建,如果数据不可见。有方法允许吗?
非常感谢
阿尔贝托的回复
First of all my question is what's the best tool, for create a asp.net mvc style.
I believe that it's possible to create an asp.net style (css) with Expression Web, but my doubt is, for example, how to create a table's style (and also dynamic <li>
or <div>
style create with markup <% ... %>
), if the data are not visible.
There're methods to allow that?
thanks so much for replies
Alberto
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Visual Studio 工具非常适合创建 CSS 和标记。如果您正在启动一个新建项目,请考虑使用 MVC 3 和 Razor,因为视图标记更加简洁。此外,Visual Studio 2010 SP1 现在支持 HTML5。
The Visual Studio tools are fine for creating CSS and mark-up. If you are starting a greenfield project consider using MVC 3 and Razor as the view mark-up is more terse. Also Visual Studio 2010 SP1 now supports HTML5.