Razor.Templating.Core
Razor.Templating.Core copied to clipboard
Razor Templating Engine to render Razor Views(.cshtml files) to String in Console, Web, Service, Desktop workloads in .NET Core 3+
Hi, This library looks great. However, I see that it might be a great to have a feature where in, instead of just reading the views from a folder, one...
I tried using this library on AWS lambda but I get error than views are unable to find. My views are localted in separate RLC which I referenced from lambda...
I tried everything i knew but it was not possible to use an external CSS file. Everything works fine like in the document and in the example. that is a...
Hi, I try to generate a link inside a template, using: ```cs @Url.RouteUrl() ``` RouteUrl returns null. Thanks
Hi, Found your library after coming from RazorLight for which I was so disappointed by the author who has been condescending and unpleasant relatively to a simple question I was...
Hi, I have some generic piece of code that calls RazorTemplateEngine.RenderAsync with 3 arguments. But sometimes, model or viewdata could be null. In that case I have a compiler warning....
When we use regular `` attribute with asp-controller and asp-action html tag helpers then final output does not contain action property of form, instead it contains blank action value on...
I have been successfully using your library in my prod env. Thank you for your great work on this! However I have an issue, that maybe you can shed some...
It would be useful to expose a away to determine if a template exists or not. Instead of changing the `RazorTemplateEngine`, a new type could be introduced that encapsulates the...