1

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.

2 Answers 2

3

Check out the FluentHtml Helpers in the MvcContrib project.

Sign up to request clarification or add additional context in comments.

4 Comments

Interesting, but apart from their fluent aspect, they don't seem to do anything new.
Good article on the rationale here: lunaverse.wordpress.com/2008/11/24/…
@griegs: I think you need to realise that apart from the projects mentioned here, MVC by design encourages developers to create their own helper libraries - that being one of the beauties of MVC (this may be why most devs are content to write their own). Also, because MVC is relatively new to the MS world, you can expect limited results for your query. I'm not trying to tell you what to do, but you will find writing your own very educational and a whole lot of fun.
Yeah I know how to write them, I just believe in the benefits of applies laziness.
2

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.

2 Comments

Yeah I know they're easy to write, I'm just essentially lazy and would prefer to re-use rather than re-invent. Thanks for the link too.
+1 for the link. Thanks @Robert. I accepted the answer with the most votes as there doesn't seem to be a library as such out there.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.