AspNetCore.Docs/aspnet/mvc/overview/getting-started/introduction/adding-search
james1293 40fd242c7d Fix explanation: setting a default selected option (#2973)
* Fix explanation: setting a default selected option

The current doc treats the second parameter of @Html.DropDownList() as a way to set the default selected option. It gives an example of choosing "Comedy" by default. In fact, the given example creates a second entry that says "Comedy" but has an empty value. I provided a correct example.

* Fix code: setting a default selected option

See commit note on /Docs/aspnet/mvc/overview/getting-started/introduction/adding-search.md
2017-03-15 11:35:29 -10:00
..
_static merge aspnetmigration to master (#2668) 2017-02-03 11:40:22 -10:00
samples Fix explanation: setting a default selected option (#2973) 2017-03-15 11:35:29 -10:00