FubuMVC.Core.Packaging.FubuMvcPackageFacility.AddRoutes C# (CSharp) Method

AddRoutes() public method

public AddRoutes ( ICollection routes ) : void
routes ICollection
return void
        public void AddRoutes(ICollection<RouteBase> routes)
        {
            var imageHandler = new ImageRouteHandler(_imageUrlResolver);
            imageHandler.RegisterRoute(routes);
        }