Пример #1
0
        public ActionResult Index(string SPHostWeb)
        {
            SiteCollectionModel model = TaxonomyManager.GetSiteCollectionModel(SPHostWeb);

            return(View(model));
        }