将 Expression Web 与 ASP.Net MVC 结合使用

发布于 2024-10-19 02:17:49 字数 272 浏览 1 评论 0原文

首先我的问题是创建 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 技术交流群。

    扫码二维码加入Web技术交流群

    发布评论

    需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

    评论(1

    泪眸﹌ 2024-10-26 02:17:49

    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.

    ~没有更多了~
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文