Tidied up a sentence that didn't make sense (#3859)
parent
fade39c5ee
commit
6b46d02d96
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue