Thanks, that was kind of obvious...

By on 10/28/2016 6:00 AM ()

You can use Sitelet.Sum, like this:

1
2
3
4
5
6
7
8
9
10
11
        [Website]
        public static Sitelet<object> Main
        {
            get {
                var s1 = new SiteletBuilder()/*...*/.Install();

                var s2 = new SiteletBuilder()/*...*/.Install();

                return Sitelet.Sum(new[] { s1, s2 });
            }
        }
By on 10/28/2016 5:48 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper