-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jay Tuley edited this page Jun 7, 2018
·
2 revisions
Find an introduction to using FluentHtml in these blog posts:
- MvcFluentHtml – Fluent HTML Interface For MS MVC
- Editing a Variable Length List Of Items With MvcContrib.FluentHtml – Take 2
- Eliminate Magic Strings In Javascript With MvcContrib.FluentHtml
Also, MvcContrib.Samples.UI illustrates the basic usage of FluentHtml,
TIP: Be sure to include MvcContrib.FluentHtml.xml in the same folder with the DLL. FluentHtml is pretty well covered with XML comments, which show up in Intellisense.
TIP: Make sure to add the following key to your Web.config file. Otherwise you must add an import directive to every view in which you use FluentHtml.
<system.web>
<pages>
<namespaces>
<add namespace="MvcContrib.FluentHtml"/>
More complete documentation is coming never