From 8ba150cf55a31ff24048abdfdc0e7fa32bb06283 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 2 Dec 2019 13:50:41 -0600 Subject: [PATCH] Script TH and defer attribute (#15948) --- .../mvc/views/tag-helpers/built-in/script-tag-helper.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aspnetcore/mvc/views/tag-helpers/built-in/script-tag-helper.md b/aspnetcore/mvc/views/tag-helpers/built-in/script-tag-helper.md index 18f2bfa683..f67ac9ce5e 100644 --- a/aspnetcore/mvc/views/tag-helpers/built-in/script-tag-helper.md +++ b/aspnetcore/mvc/views/tag-helpers/built-in/script-tag-helper.md @@ -4,7 +4,7 @@ author: rick-anderson ms.author: riande description: Discover the ASP.NET Core Script Tag Helper attributes and the role each attribute plays in extending behavior of the HTML Script tag. ms.custom: mvc -ms.date: 12/18/2018 +ms.date: 12/02/2019 uid: mvc/views/tag-helpers/builtin-th/script-tag-helper --- # Script Tag Helper in ASP.NET Core @@ -28,6 +28,8 @@ The following Razor markup shows a `script` element with a fallback: ``` +Don't use the `