Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 30a8c5b

Browse files
author
N. Taylor Mullen
committed
React to Razor TargetElement rename.
aspnet/Razor#516
1 parent 9c59a8f commit 30a8c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Microsoft.AspNet.Tooling.Razor.Test/RazorPluginTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public class CustomTagHelper : TagHelper
307307

308308
[RestrictChildren("br")]
309309
[OutputElementHint("strong")]
310-
[TargetElement("design-time", TagStructure = TagStructure.NormalOrSelfClosing)]
310+
[HtmlTargetElement("design-time", TagStructure = TagStructure.NormalOrSelfClosing)]
311311
public class DesignTimeTagHelper : TagHelper
312312
{
313313
}

0 commit comments

Comments
 (0)