1 namespace Castle
.MonoRail
.Views
.Brail
.TestSite
.Controllers
4 using System
.Collections
;
5 using Castle
.MonoRail
.Framework
;
7 [Serializable
, Layout("dsl")]
8 public class DslController
: SmartDispatcherController
10 public void TestSubViewOutput()
12 PropertyBag
["SayHelloTo"] = "Harris";
15 public void TestSubViewWithComponents()
17 PropertyBag
["items"] = new string[]
26 PropertyBag
["items"] = new string[]