Fix broken bookmark (#17832)

pull/17835/head
Luke Latham 2020-04-15 13:37:45 -05:00 committed by GitHub
parent 84096020ed
commit eebbd91c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 <xref:blazor/integrate-components#prepare-the-app-to-use-components-in-pages-and-views> article.
Follow the guidance in the *Prepare the app to use components in pages and views* section of the <xref:blazor/integrate-components#prepare-the-app> article.
## Component Tag Helper