AyBeSeeExample.MvcApplication.Application_Start C# (CSharp) Method

Application_Start() protected method

protected Application_Start ( ) : void
return void
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            RegisterGlobalFilters(GlobalFilters.Filters);
            RegisterRoutes(RouteTable.Routes);

            //Set defaults here if we want...
            NetBash.NetBash.Settings.WelcomeMessage = "Test out the abSee command for NetBash";
        }