The following post will explain how to support inline editing with a custom model in Sitecore MVC. Note that this particular example does not take
Sitecore controller rendering action results – what can I return?
Sitecore controller rendering action results – what can I return? The two main (though by no means only) renderings available in Sitecore MVC are view
Using a shared ‘_Layout.cshtml’ with Sitecore MVC
In standard ASP.NET MVC, we are accustomed to having a shared MVC layout (by default, the /Views/Shared/_Layout.cshtml file) that contains our page scaffolding – like the
ASP.NET MVC: Using a custom model binder to post a list of interface objects
Some background I’m taking a large Word form and turning it into an MVC application. The form has multiple sections, and each section has a
ASP.NET MVC – Model binding not occurring when posting list of complex types
Some background – I am turning a gigantic Word form into an MVC application where each ‘page’ represents a small section of that form, and