using RazorEngine outside asp.net I'm experiencing this error when I try to write raw html by using @Html.Raw("html string here")
:
Unable to compile template. The name 'Html' does not exist in the current context
Can you help me?
Thanks!
See Question&Answers more detail:os