I want insert html tags in encoded form into sql database table.I use MVC4 for developing this. I take the html code into the following model item.
public class ResourceItems
{
public string Res_Details { get; set; }
}
what will be the controller/model action