diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs
index 70dcd3f3fb..cf9069b3b2 100644
--- a/src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs
+++ b/src/Microsoft.AspNet.Mvc.TagHelpers/LinkTagHelper.cs
@@ -21,15 +21,15 @@ namespace Microsoft.AspNet.Mvc.TagHelpers
///
/// The tag helper won't process for cases with just the 'href' attribute.
///
- [TargetElement("link", Attributes = HrefIncludeAttributeName)]
- [TargetElement("link", Attributes = HrefExcludeAttributeName)]
- [TargetElement("link", Attributes = FallbackHrefAttributeName)]
- [TargetElement("link", Attributes = FallbackHrefIncludeAttributeName)]
- [TargetElement("link", Attributes = FallbackHrefExcludeAttributeName)]
- [TargetElement("link", Attributes = FallbackTestClassAttributeName)]
- [TargetElement("link", Attributes = FallbackTestPropertyAttributeName)]
- [TargetElement("link", Attributes = FallbackTestValueAttributeName)]
- [TargetElement("link", Attributes = AppendVersionAttributeName)]
+ [TargetElement("link", Attributes = HrefIncludeAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = HrefExcludeAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackHrefAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackHrefIncludeAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackHrefExcludeAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackTestClassAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackTestPropertyAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = FallbackTestValueAttributeName, TagStructure = TagStructure.WithoutEndTag)]
+ [TargetElement("link", Attributes = AppendVersionAttributeName, TagStructure = TagStructure.WithoutEndTag)]
public class LinkTagHelper : UrlResolutionTagHelper
{
private static readonly string Namespace = typeof(LinkTagHelper).Namespace;
diff --git a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html b/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html
index 0e7bc812e8..401a11de37 100644
--- a/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html
+++ b/test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html
@@ -17,7 +17,7 @@
-
+
@@ -58,7 +58,7 @@
-
+
@@ -90,7 +90,7 @@
-
+
@@ -119,7 +119,7 @@
-
+
@@ -128,6 +128,6 @@
Link Tag Helper Test
-
+