Bookstore.WebSite.MvcApplication.OnApplicationStarted C# (CSharp) Метод

OnApplicationStarted() защищенный Метод

protected OnApplicationStarted ( ) : void
Результат void
        protected override void OnApplicationStarted()
        {
            RegisterAllControllersIn(typeof(WebAppServices).Assembly);
              RegisterAllControllersIn(typeof(SplitsServices).Assembly);
              AreaRegistration.RegisterAllAreas();

              ServiceLocator.Current.GetInstance<ApplicationStartup>().Start();
              ServiceLocator.Current.GetInstance<WebAppStartup>().Start(RouteTable.Routes);
        }