14

I am using Visual Studio 2010 SP 1. On opening/creating any .cshtml page (view), I am unable to find the option to see the rendered page in VS as soon as I make any change (similar to "design" tab in web-forms).

Is this not supported in VS 2010 or am I missing something?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Andy
  • 2,393
  • 4
  • 18
  • 20
  • 1
    design tab aka Design view doesn't work for Razor files (in .cshtml extension files). – Anirudha Gupta Apr 01 '14 at 07:04
  • Possible duplicate of [Is there any graphical designer for ASP.NET MVC?](http://stackoverflow.com/questions/5622969/is-there-any-graphical-designer-for-asp-net-mvc) – KyleMit Jan 12 '17 at 20:38

3 Answers3

9

The design view doesn't exist in MVC projects.

Take a look at this answer for more information: Is there any graphical designer for ASP.NET MVC?

Community
  • 1
  • 1
SlightlyMoist
  • 882
  • 5
  • 7
6

If you need the visual assistance when designing, you can run your application without debugging ( Ctrl - F5 ), and then once updates are made, you can refresh the web browser to view updates. It isn't real-time, but at least it is something.

Tim Jones
  • 185
  • 2
  • 11
0

In visual studio 2019 you can use the option "Show in browser" or click CTRL + SHIFT + W