Tidied up a sentence that didn't make sense (#3859)

pull/3860/head
David Glass 2017-08-01 16:01:53 +01:00 committed by Scott Addie
parent fade39c5ee
commit 6b46d02d96
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Syntax:
The Input Tag Helper:
* Generates the `id` and `name` HTML attributes for the expression name specified in the `asp-for` attribute. `asp-for="Property1.Property2"` is equivalent to `m => m.Property1.Property2`, that is the attribute value literally is part of an expression. The name of the expression is what's used for the `asp-for` attribute value.
* Generates the `id` and `name` HTML attributes for the expression name specified in the `asp-for` attribute. `asp-for="Property1.Property2"` is equivalent to `m => m.Property1.Property2`. The name of the expression is what is used for the `asp-for` attribute value. See the [Expression names](#expression-names) section for additional information.
* Sets the HTML `type` attribute value based on the model type and [data annotation](https://msdn.microsoft.com/library/system.componentmodel.dataannotations.aspx) attributes applied to the model property