So you can use the extension methods in your views you need to update the web.config in your views directory to add a reference ...
In this video Chris Pels shows how to create a custom HtmlHelper that is not available in the standard set in an MVC application.
Readers suggest ways to build a powerful HtmlHelper that simplifies creating typical application Views. Along the way, Peter uses ...
In MVC (Model, View and Controllers), to create a dropdownlist control we use HTML helpers which helps us to to create various ...