Skip to content

Tag Archives: Custom HTML Helper

Creating Captcha HTML Helper

15-Sep-09

After working with ASP.Net MVC, and my previous posts, in this Post I am trying to implement a Captcha HTML Helper, an HTML Helper is just a method that returns a string. Creating Custom HTML Helpers. It is an extension method, to the existing HTML Helper class.
Here is code.(For more details about the Captcha generation [...]