diff --git a/aspnetcore/mvc/views/tag-helpers/th-components.md b/aspnetcore/mvc/views/tag-helpers/th-components.md index 259f8d6143..c40cfb51ee 100644 --- a/aspnetcore/mvc/views/tag-helpers/th-components.md +++ b/aspnetcore/mvc/views/tag-helpers/th-components.md @@ -118,7 +118,7 @@ Use the custom `address` Tag Helper Component to inject HTML markup as follows: public class AddressTagHelperComponent : TagHelperComponent { private readonly string _printableButton = - "";