New Line Charachter issue in zoho bugs api
Hi,
I have created wrapper class in .net around Zoho Bugs API, To create bug . All works fine excepts Description content.
Description is not showing new line characters.
e.g. I want
Line 1
Line 2
But it is showing
Line 1 Line 2.
I have tried <br>,<br/>,\n,\n\r,Environment.NewLine