Skip to content

Commit 973c93c

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

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
@@ -203,7 +203,7 @@ The generated HTML:
203203

204204

205205
> [!TIP]
206-
> To support areas in a Razor Pages app, ensure that area routing is enabled in your app's routing configuration. In .NET 6 and later, use the minimal hosting model and configure area routes in *Program.cs* as needed.
206+
> To support areas in a Razor Pages app, ensure that area routing is enabled in your app's routing configuration. Use the minimal hosting model and configure area routes in *Program.cs* as needed.
207207
208208
#### Usage in MVC
209209

0 commit comments

Comments
 (0)