Is there any graphical designer for ASP.NET MVC?

后端 未结 4 1344
北海茫月
北海茫月 2020-12-25 10:34

I guess that most people that use Visual Studio had my same reaction when they created their first ASP.NET MVC project: where did the Design View end up?

4条回答
  •  眼角桃花
    2020-12-25 11:01

    I think they are working on that as a feature for Expression Blend 5 Developer Preview .

    They clearly recognise the issue of designing JS in the designer so I suspect they realise the same applies to some designers working on MVC applications.

    I was told by someone from Microsoft "I think in Blend for HTML, using interactive mode, you would probably be just fine with designing MVC or MVVM patterns"

    Also check out Visual Studio Page Inspector it looks like it will do what is needed

    Now use WebEssentials with BrowserLink in VS2013 or up

提交回复
热议问题