Skip to content

Instantly share code, notes, and snippets.

View herskinduk's full-sized avatar

Kern Herskind Nightingale herskinduk

View GitHub Profile
@herskinduk
herskinduk / ChildActionRenderer.cs
Last active December 20, 2015 07:19
Experimental Sitecore ChildActionRenderer - like ControllerRenderer, but using the HtmlHelper Action extension method for rendering. Standard MVC child action behaviour wrt TempData. Has dependencies on the Sitecore.MVC.Contrib project.
using Sitecore.Mvc.Common;
using Sitecore.Mvc.Presentation;
using Sitecore.Mvc.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
using System.Web.Mvc.Html;
using System.Web.Mvc.ExpressionUtil;