コード例 #1
0
        public UmbracoHelperWrapper()
        {
            var umbracoContext = ServiceFactory.GetUmbracoContextWrapper();

            UmbracoFlareUmbracoContextHelper.EnsureContext();
            _umbracoHelper = new UmbracoHelper(umbracoContext.Current);
        }
コード例 #2
0
 public UmbracoContextWrapper()
 {
     UmbracoFlareUmbracoContextHelper.EnsureContext();
 }