Entropy icon indicating copy to clipboard operation
Entropy copied to clipboard

Mvc.RenderViewToString: support tag helpers

Open koljada opened this issue 5 years ago • 0 comments

How to make Mvc.RenderViewToString sample working with tag helpers? I was trying to add _ViewImports with @addTagHelper directives but with no avail. It seems like both Microsoft and custom tag helpers are not recognised. In the output I just have <partial name="..." />

koljada avatar Sep 01 '20 10:09 koljada