Articles : Page 1 of 1
- Filter:
- MvcContrib
- Fluenthtml
-
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 @...
-
MvcContrib.FluentHtml on NuGet
Dec 1031Okay, Im a little slow getting this out. MvcContrib.FluentHtml is now available via NuGet....
- 1

