Rebel.Cms.Web.RebelWebApplication.Boot C# (CSharp) Method

Boot() protected method

Boots the specified boot manager. This method can be overriden if implementors wish to modify the environment prior to Rebel booting and building its dependency containers.
protected Boot ( BootManager bootManager ) : IRebelApplicationContext
bootManager Rebel.Cms.Web.System.Boot.BootManager The boot manager.
return IRebelApplicationContext
        protected virtual IRebelApplicationContext Boot(BootManager bootManager)
        {
            return bootManager.Boot();
        }