RazorEngineCore
RazorEngineCore copied to clipboard
Template Delegates are not supported
It seems that they are added via the builder in RazorProjectEngine, with TemplateTargetExtension. But builder method is completely inaccessible and impossible to extend with current API? That's kinda surprising it is not accessible and not able to be extended...
we can fix that :)
I'm guessing passing it as part of the options would work?
Oh also, the builder allows setting the default base class from which the template inherits, meaning that there's no need to append "@inherits" for default stuff as a text to the template?
we can fix that :)
Are there still plans to implement this?