AntiXss.GetSafeHtmlFragment adds carriage returns.
description
The line of code:
Microsoft.Security.Application.AntiXss.GetSafeHtmlFragment("<p>hello</p>")
results in an output of:
"\r\n<p>hello</p>\r\n".
I can't find any documentation of why this would happen, and if it is intended, why you would want to auto prepend and append carriage returns to a string.