关于[Anchor Tag Helpers, RouteData, and Query Strings in ASP.NET Core 3.0]的摘要:
Let's see how to make HTML anchors and use route data and query strings in ASP.NET Core 3.0! To finish off our routing series, we're going to spend a post looking at how to use ASP.NET Core 3.0 Anchor Tag Helpers to generate HTML anchor tags for MVC controllers and actions and Razor Pages, as well as how to access route data and query string parameters on the views and pages in our apps.
原文地址: https://exceptionnotfound.net/anchor-tag-helpers-route-data-and-query-strings-in-asp-net-core-3-0/