Articles : Page 1 of 1

  • FluentHtml Gets HTML 5 Support

    FluentHtml Gets HTML 5 Support

    Aug 11
    16

    We 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

    MvcContrib.FluentHtml on NuGet

    Dec 10
    31

    Okay, Im a little slow getting this out.  MvcContrib.FluentHtml is now available via NuGet....

    • MvcContrib
    • Nuget
    • Fluenthtml


  • 1