ASP.NET MVC (RAZOR) with Expression Web 4 or at least the ability to edit a file?

I am trying to use a web expression recently to edit my HTML files, etc.

those. use visual studio 2010 for web design for coding and expression.

I thought it was intended for them?

In any case, the new CSHTML (razor) extension, when I try to open it in a web expression, it automatically opens it in visual studio.

I do not expect full support for the razor in the web expression environment, but at least the possibility of developing html embedded in the CSHTML file, so I can assign CSS, etc.

+7
source share
2 answers

For what it's worth, I use an expression to get the gist of the markup, and then copy this HTML / CSS in Visual Studio into my views. Even if the expression can take care of it, it looks like it is not very good.

+1
source

My way to use Expression Web for CSHTML

you need to add the cshtml extension to open these files in Expression Web to configure which you need to configure Expression Web with Tools> application settings> configure editor

you can never find the css class in intellisense with any cshtml trick, but you can view the layout in design mode.

+2
source

All Articles