In my database there is a record which include some razor syntax like that "Hello @Model.Name, Wellcome ..." When I get this record to the view how can I render this model property ?
Thanks,
In my database there is a record which include some razor syntax like that "Hello @Model.Name, Wellcome ..." When I get this record to the view how can I render this model property ?
Thanks,
There are many ways.
I'm biased towards the RazorEngine from codeplex it's been used in the Mini-Profiler from the developers of this very site.