I'm using RazorEngine to render and parse some cshtml programmatically (and get html). I need to pass programmatically some data (a list of object) to a template and use these objects inside this template.
How to pass these data and how to use them inside my template, and then parse it?
Thanks!