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 soon
Last edited May 17 at 8:27 PM by timtas, version 3
Comments
No comments yet.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987