It may be overkill and the library is not technically designed to generate HTML (although I have used it to generate HTML for ASP.Net custom controls and it works great), but I was wondering if anyone is using this or another library to generate the HTML inside their helpers.
I know a lot of people use a standard StringBuilder and it works great. I was curious to know if anyone else has used something other than it.
Personally, I have found that using HTML agility pack to generate the HTML was quite useful. I plan on adding it to my architecture for building out my helpers.