C# Class Rebel.Cms.Web.System.Boot.RenderBootstrapper

Inheritance: AbstractBootstrapper
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Boot ( RouteCollection routes ) : void
RenderBootstrapper ( IRebelApplicationContext applicationContext, IRouteHandler routeHandler, IRenderModelFactory renderModelFactory ) : System.Collections.Generic

Private Methods

Method Description
SetupRoutes ( RouteCollection routes ) : void

Method Details

Boot() public method

public Boot ( RouteCollection routes ) : void
routes RouteCollection
return void

RenderBootstrapper() public method

public RenderBootstrapper ( IRebelApplicationContext applicationContext, IRouteHandler routeHandler, IRenderModelFactory renderModelFactory ) : System.Collections.Generic
applicationContext IRebelApplicationContext
routeHandler IRouteHandler
renderModelFactory IRenderModelFactory
return System.Collections.Generic