0
kicks
Fluent wrapper for ASP.NET MVC TagBuilder
TagBuilder is an often overlooked class that can simplify building tags programmatically in ASP.NET MVC. Unfortunately, TagBuilder has a very unfriendly interface if you want to use it in a fluent manner. To address this weakness, I present FluentTagBuilder.