Project is based on as.net mvc and i am using Razor as the view engine.
I am using LINQ2Sql classes to extract data from the database. In a one particular column there is content with html formatting.
While extracting this data using LINQ and then putting it in a viewbag and then using it in a display view. The formatting got lost because of the fact the < brackets are converted to < and />.
How to avoid this?