コード例 #1
0
        public static Page ToShopifyModel(this StorefrontModel.StaticContent.ContentItem contentItem)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidPage(contentItem));
        }