Skip to content
Jay Tuley edited this page Jun 7, 2018 · 2 revisions

FluentHtml

Find an introduction to using FluentHtml in these blog posts:

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

Clone this wiki locally