Handlebars-Net / Handlebars.Net

A real .NET Handlebars engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Is there any way to enumerate the Handlebars that are defined in a given compiled template ?

Simonl9l opened this issue · comments

I using a POCO Model to pass values into the compiled model. I'm looking to validate that the Handlebars in the template match the attributes of the model.

There's no build in way to do so. You may have a look at helperMissing feature as access to fiends is treated as helper calls.