Designer support for Razor pages
Razor based pages need a design surface in the same way as ASP.Net Forms pages or straight HTML. This should support dropping of controls onto the page, dragging of margins and padding, and all the other features we have normally in design view.
3 comments
-
Graham O'Riley
commented
I agree with the comments so far. The reason companies changed to asp.net was for the web design like features. Hand coding asp pages wasn't pleasant and nor is mvc razor views. The page inspector is a little help but you can't alter the html from within it? Strange!!
-
Brian Baker
commented
Definitely some version of expression web that is integrated with visual studio is necessary so there is a design surface for MVC razor views. The current method of hand coding, compiling and previewing is an insane waste of productivity (from a design point of view) and removes the designers from working directly on a finished product. Is MS wants people to make great products with their software they are going to have to incorporate the design community in a greater role.
-
Reza
commented
Current implementation is very similar to the bad old days of Classic ASP; please change this