Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you use any custom ASP.NET MVC HtmlHelper extensions?

I'm interested in seeing what custom extensions other developers have created for the ASP.NET MVC HtmlHelper class.

I think Microsoft got off to a great a start, but as usual, left a lot of open holes to fill!

Looks like I am going to have to create some for rendering images, rendering action links as images, and so on.

Thought it might be beneficial to actually put a list together and save some other developers some time and effort, and I'll be honest, save me some time as well. =)

If you have any website links to other extension methods for the HtmlHelper class please provide them!

like image 612
mattruma Avatar asked Nov 14 '08 10:11

mattruma


1 Answers

You should check the MVC-Contrib project on Codeplex...

Also, I just found this paging extension to the HtmlHelper which looks pretty cool, although I've not used it yet.

like image 51
Kieron Avatar answered Sep 27 '22 20:09

Kieron