Without intellisense without html and body tag in Visual Studio

If I create an ASPX page in Visual Studio and remove the html and body tags, then .NET intellisense will stop working. Why are html and body tags necessary for .NET intellisense to work?

I need to remove the html and body tags because this is the RSS feed I create, not the regular web page.

Just to find out that intellisense in the HTML source view is not working. Intellisense in the code view is working as it should.

Any help is greatly appreciated. thanks in advance

M

+3
source share

Source: https://habr.com/ru/post/1725270/


All Articles