Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit b9250c5

Browse files
author
NTaylorMullen
committed
Fixed resource string and comments.
1 parent 3641806 commit b9250c5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/Microsoft.AspNet.Mvc.TagHelpers/FormTagHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
9393
}
9494
}
9595

96+
// Restores bound HTML attributes when we detect that a user is using the AnchorTagHelper as a normal <a> tag.
9697
private void RestoreBoundHtmlAttributes(TagHelperContext context, TagHelperOutput output)
9798
{
9899
if (Action != null)

src/Microsoft.AspNet.Mvc.TagHelpers/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Microsoft.AspNet.Mvc.TagHelpers/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="FormTagHelper_CannotDetermineAction" xml:space="preserve">
121-
<value>Cannot determine an {1} for {0}. {0}s with a url based {1} must not have a {2} attribute.</value>
121+
<value>Cannot determine an {1} for {0}. A {0} with a speicified URL based {1} must not have a {2} attribute.</value>
122122
</data>
123123
</root>

0 commit comments

Comments
 (0)