Question

There seems to be an abundance of jQuery plugins that you can grab and use quite easily.

Are there any HTML helper samples, examples or libraries that you can also download and use.

In particular I'm looking for free helpers. :)

I know helpers can be specific to applications, but it'd be great to see what others are doing.

Was it helpful?

Solution

Check out the FluentHtml Helpers in the MvcContrib project.

OTHER TIPS

Here's one for Google Charts:

Google Chart HtmlHelper for Asp.net Mvc

As you can see by the Google Chart example, HTML Helper methods are not difficult to build, so it's easy enough to roll your own for whatever you want to do. Just study the ASP.NET MVC source and see how they do it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top