AndyPike.Castlecasts.GettingStartedWithMonoRail.Controllers.HomeController.Index C# (CSharp) Method

Index() public method

public Index ( ) : void
return void
        public void Index()
        {
            PropertyBag["messages"] = new[]
                                         {
                                             "Hello everyone!",
                                             "This is my first screencast.",
                                             "Welcome to castlecasts!"
                                         };
        }
HomeController