I have some content in my database column with html tags in it so that if I assign the column data to text of a label the whole content is presentable with line breaks and other html tags.
I have a asp.net site in which I am doing doing this and its fine and now I am trying to do the same with @html.Raw tag in MVC view but the same output is not achieved as Asp.net