RenderRequest CustomRenderRequest = new RenderRequest()
{
Template = new Template()
{
Content = "Handlebars Content",
Engine = Engine.Handlebars,
Recipe = Recipe.ChromePdf,
Helpers = "Helpers Content"
},
Data = <<JSON Data>>
}
The Data has to be an object whereas I just want to pass through plain JSON to Handlebars.