views:

254

answers:

2

Is there an updated list of the UI Helpers for ASP.NET MVC? I can only find documentation of beta version stuff. I have the source, and I will probably end up looking at that anyway, but it would be nice to have a run down.

+1  A: 

Check MSDN, there is almost full documentation of the MVC Framework.
http://msdn.microsoft.com/en-us/library/dd410596.aspx

Marwan Aouida
+1  A: 

They are listed on MSDN under "Extension Methods" for the HtmlHelper class.

Tomas Lycken