AspView view syntax dingus
page aim to recense every feature that can be used in AspView templates, it's a work in progress. the page directive it's purpose is to define the base class of the view declaring it. It's also there to enable intellisense. unique non mandatory (will default to the one defined in the sample syntax ... Other labels:
aspview, viewengines
Castle.MonoRail.Views.AspView
Feature Overview compiled views use strong typed (with c#) view/viewcomponent properties plain asp/php/jsp like syntax support viewfilters, viewcomponents, layouts Getting AspView You can always get the compiled binaries from ... Other labels:
aspview, viewengines
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:
viewcomponents