I'm trying to call this method:
RenderPartialExtensions.RenderPartial Method (HtmlHelper, String, Object, ViewDataDictionary)
http://msdn.microsoft.com/en-us/library/dd470561.aspx
but I don't see any way to construct a ViewDataDictionary in an expression, like:
<% Html.RenderPartial("BlogPost", Post, new { ForPrinting = True }) %>
Any ideas how to do that?