What is it?
The Castle.MonoRail.ViewComponents project is a contrib project that aims to aggregate useful view components from the community and their documentation.
The Contrib ViewComponents are contained in the assembly Castle.MonoRail.ViewComponents.dll. To use any of them, that assembly must be referenced in the controllers section of the website web.config file.
<monorail> <controllers> ... <assembly>Castle.Monorail.ViewComponents</assembly> </controllers> ... </monrail> |
You can get the components from Subversion here:
Or you can download the binary and the example/test site:
