Error!
Success!

Creating HTML Helpers with Extension Methods in ASP.NET MVC framework

0
kicks

Creating HTML Helpers with Extension Methods in ASP.NET MVC framework  (Unpublished)

In last article, I explored Creating Custom HTML Helpers by creating a static method that returns a string. In this article, I will explore HTML Helpers with Extension Methods. The HtmlHelper class provides a set of helper methods that generate plain HTML and return the result as a string. The extensions add helper methods for creating forms, rendering HTML controls and rendering partial views and they are located in the System.Web.Mvc.Html namespace.


Kicked By:
Drop Kicked By: