From 2001207627b667feba4575ff81b3e46071ffedbe Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 13 Jul 2017 16:01:02 -0600 Subject: [PATCH] Update AnchorTagHelper.md (#3715) --- aspnetcore/mvc/views/tag-helpers/built-in/AnchorTagHelper.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/mvc/views/tag-helpers/built-in/AnchorTagHelper.md b/aspnetcore/mvc/views/tag-helpers/built-in/AnchorTagHelper.md index 1df9a19e03..b6f209231f 100644 --- a/aspnetcore/mvc/views/tag-helpers/built-in/AnchorTagHelper.md +++ b/aspnetcore/mvc/views/tag-helpers/built-in/AnchorTagHelper.md @@ -73,6 +73,7 @@ If the attribute `asp-action` is `Index`, then no action is appended to the URL, - - - + ### asp-route-{value} `asp-route-` is a wild card route prefix. Any value you put after the trailing dash will be interpreted as a potential route parameter. If a default route is not found, this route prefix will be appended to the generated href as a request parameter and value. Otherwise it will be substituted in the route template.