You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRazorEngineCompiledTemplate<RazorEngineTemplateBase<JavaMapperConfig>> template
= razorEngine.Compile<RazorEngineTemplateBase<JavaMapperConfig>>(templateContent, builder =>
{
builder.AddAssemblyReferenceByName("System.Collections");
builder.AddAssemblyReference(typeof(CodeUtil)); // by type
builder.AddAssemblyReference(typeof(ReverseStrTagHelper)); // by type
});
The text was updated successfully, but these errors were encountered:
Hey @adoconnection - do you have any tips on how this support might be added? I've been trying to debug through asp.net core sources to see exactly where taghelper functionality is crowbarred in, to see if I can do the same with razorenginecore, but am finding it to be quite a dense forest ... If you happen to have investigated and/or given some thought, I'd be glad for any leads :)
Does "@addTagHelper" supported ?Thanks!
The text was updated successfully, but these errors were encountered: