Castle.MonoRail.ViewComponents
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 ... Other labels:
monorail
Faq Item Component
ViewComponent to build one item of a Frequently Asked Questions list. The generated markup displays the question, and using DHTML, displays & hides the answer when the question text is clicked. public class FaqItemComponent Remarks FaqItemComponent is one of two different components ... Other labels:
monorail