Statically add a Rendering to a layout

Recently I stumbled across this excellent note from Nathanael Mann – Did you really mean .Controller() in Sitecore MVC? – it’s worth a read.

The short form – you’ll want to use:

@Html.Sitecore().Rendering("[GUID of the Rendering]", new { Cacheable=true, Cache_VaryByData=true })

… so you don’t skip caching.

 

Statically add a Rendering to a layout

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.