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
Rod 2022-05-01 19:56:59 -06:00 committed by GitHub
parent fd3385e730
commit 7abe800309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: