How to render View from a string?
- by Fleents
I have a string like this, stored in the database:
< %@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %
< %= Html.Encode("< strong hello< /strong ") %
How can I render this to the page?