Open athinboy opened 3 years ago
I would really like to use tag helpers with RazorEngineCore
Hi, unfortunately its not yet supported.
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 :)
@kftrans Hi, right now have ho idea :) I belive its similar to sections, like you did in PR. Im still experementing with it, but not much to be honest
Does "@addTagHelper" supported ?Thanks!