Custom Html Helper Not Working
I am trying to learn MVC3 from Pro ASP.NET MVC3 Framework. But i am stuck at one place where we add custom Html Helper. I did every thing mentioned in the book, but i am not able t
Solution 1:
You didn't create an extension method.
To make an extension method, you need to decorate the first parameter with the this
keyword.
Post a Comment for "Custom Html Helper Not Working"