Articles : Page 1 of 1
- Filter:
- MSMVC
-
FluentHtml Gets HTML 5 Support
Aug 1116We have added HTML5 support to FluentHtml in the MvcContrib project. Specifically, we added support for most of the new input types, input attributes and the new datalist element. Now you can do like so: @this.DataList("countriesList").Options(countries) @this.TextBox(x = x.Countries).List("countriesList").Autofocus() @this.SearchBox(x = x.Term).Placeholder("Enter search terms").Novalidate(shouldValidate) @this.DatePicker(x = x.CompletedDate).Required(true).Limit(minDate, maxDate) //min, max @...
- 1

