Generate web page from Database using AllowHtml in Asp.Net Core 2.0
I have an application use Asp.Net 4.61 in which I read html from a database field Description and use it to populate my a page in my application. I do this by marking the property Description with [AllowHtml].