ASP.NET MVC (RAZOR) 与 Expression Web 4,或者至少是编辑文件的选项?

发布于 2024-10-25 12:06:51 字数 286 浏览 1 评论 0原文

我最近一直在尝试使用 Expression Web 来编辑 HTML 文件等...

即使用 Visual Studio 2010 进行编码,使用 Expression Web 进行设计。

我以为这就是他们的目的?

无论如何,当我尝试在表达式网络中打开它时,新扩展 CSHTML (razor) 会自动在 Visual Studio 中打开它。

我并不期望表达式 Web 中提供完整的 razor 支持,但至少可以设计嵌入 CSHTML 文件中的 html,这样我就可以分配 CSS 和类似的东西

I have been trying to use expression web lately for editing my HTML files etc...

I.e. use visual studio 2010 for coding and expression web for design.

I thought this was what they were meant for?

Anyway the new extension CSHTML (razor) when i try and open it in expression web it automatically opens it in visual studio.

I am not expecting FULL razor support in expression web but at least the possibility of designing the html embedded in the CSHTML file so i can assign CSS and things like that

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

假面具 2024-11-01 12:06:51

我使用 Expression Web for CSHTML 的方法是,

您需要添加扩展名 cshtml,以便在 Expression Web 中打开该文件,以便进行设置,您需要通过 工具 > 来配置 Expression Web。应用程序选项>配置编辑器

你永远无法通过任何 cshtml 技巧在智能感知中找到 css 类,但可以在设计模式下查看模型。

My way to use Expression Web for CSHTML

you need to add the extension cshtml for open that files in Expression Web for setting that you need to configure Expression Web by Tools > application options > configure editor

you never can found css class in intellisense by any trick for cshtml but can be view the mockup in the design mode.

空袭的梦i 2024-11-01 12:06:51

无论如何,我使用表达式来获取标记的要点,然后将该 HTML/CSS 复制到 Visual Studio 到我的视图中。即使 Expression 可以解决这个问题,它似乎也做得不太好。

For what it's worth, I use expression to get the gist of the markup and then copy that HTML/CSS over to Visual Studio into my views. Even if Expression can take care of this, it just doesn't seem to do it very well.

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