Skip to content

Commit 1e32abc

Browse files
authored
Apply suggestion from @wadepickett
1 parent 973c93c commit 1e32abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/mvc/views/tag-helpers/built-in/anchor-tag-helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The generated HTML:
234234

235235

236236
> [!TIP]
237-
> To support areas in an MVC app, the route template must include a reference to the area, if it exists. In .NET 6 and later, configure area routes in *Program.cs* using `MapControllerRoute` with an area pattern, for example:
237+
> To support areas in an MVC app, the route template must include a reference to the area, if it exists. Configure area routes in *Program.cs* using `MapControllerRoute` with an area pattern, for example:
238238
>
239239
> ```csharp
240240
> app.MapControllerRoute(

0 commit comments

Comments
 (0)