How to add the view in browser option back into Visual Studio 2017 context menu?

前端 未结 3 955
时光说笑
时光说笑 2021-02-07 10:19

I\'ve just upgraded to VS 2017 and unless I\'m missing something the view in browser option on the right click menu seems to have vanished.

Anyone know how to get it bac

3条回答
  •  北海茫月
    2021-02-07 11:13

    Concerning the 'View in Browser' in Visual Studio.

    • In the solution explorer, right-clicking on an allowed web document(htm, html, asp, aspx, etc) allows the page to come up in our default browser.
    • Most other files do not provide the 'View in Browser' option.
    • but a right-click on the solution/project/website name(1st in the list at top) does provide the 'View in Browser' option, yet it does not find the default document specified in 'Specific Page' in the 'web' section of (its) properties!~ and instead will display a Directory Listing of the web site root.

提交回复
热议问题