Update intro.md (#25766)
* Update intro.md Microsoft.AspNetCore.Razor.Tools is not added to an ASP.NET MVC Core app newly created by Visual Studio when creating a .NET 6 app. I don't believe it incorporates Microsoft.AspNetCore.Razor.Tools in a .NET 5 app, either. I've tried to make this clearer in the edit I've made. * Update aspnetcore/mvc/views/tag-helpers/intro.md Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>pull/25788/head
parent
fd3385e730
commit
7abe800309
|
@ -178,7 +178,6 @@ builder.Services.AddSingleton
|
|||
|
||||
## IntelliSense support for Tag Helpers
|
||||
|
||||
When you create a new ASP.NET Core web app in Visual Studio, it adds the NuGet package "Microsoft.AspNetCore.Razor.Tools". This is the package that adds Tag Helper tooling.
|
||||
|
||||
Consider writing an HTML `<label>` element. As soon as you enter `<l` in the Visual Studio editor, IntelliSense displays matching elements:
|
||||
|
||||
|
|
Loading…
Reference in New Issue