Rebel.Cms.Web.RebelWebApplication.Boot C# (CSharp) 메소드

Boot() 보호된 메소드

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.
리턴 IRebelApplicationContext
        protected virtual IRebelApplicationContext Boot(BootManager bootManager)
        {
            return bootManager.Boot();
        }