JsonData data = new JsonData()
{
Name = "Cipla",
Client = "Cipla Chemicals",
RevenueSize = "$300,000",
Product_Service = "Cognitive",
Agent = "Ramesh",
Next_Step= "<b>Hi there</b><br><br><i>How are you</i>. I am <u>waiting</u> for you."
};
i want to apply all the html tags which i've applied in Next_Step when i will save it to doc file .