By aberteau , 19 July, 2017 Create HTML Helpers using the TagBuilder class In this tutorial, we will create HtmlHelper extensions using a utility class of the ASP.NET MVC Framework, named TagBuilder. This solution allows to use C # code to easily build HTML tags. Tags TagBuilder ASP.Net MVC HtmlHelper