From eebbd91c96ebf5b1c907bbd4105f0df16705d149 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 15 Apr 2020 13:37:45 -0500 Subject: [PATCH] Fix broken bookmark (#17832) --- .../mvc/views/tag-helpers/built-in/component-tag-helper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md b/aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md index a7e3ea21c6..5654118f84 100644 --- a/aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md +++ b/aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md @@ -4,7 +4,7 @@ author: guardrex ms.author: riande description: Learn how to use the ASP.NET Core Component Tag Helper to render Razor components in pages and views. ms.custom: mvc -ms.date: 04/01/2020 +ms.date: 04/15/2020 no-loc: [Blazor, SignalR] uid: mvc/views/tag-helpers/builtin-th/component-tag-helper --- @@ -16,7 +16,7 @@ To render a component from a page or view, use the [Component Tag Helper](xref:M ## Prerequisites -Follow the guidance in the *Prepare the app to use components in pages and views* section of the article. +Follow the guidance in the *Prepare the app to use components in pages and views* section of the article. ## Component Tag Helper