Microsoft.Security.Application.Sanitizer.GetSafeHtmlFragment seems to strip all <a href="">link</a>
into <a>link</a>
Is there anyway to preserve local URL, e.g. <a href="/Product/1">
when passing it into Sanitizer.GetSafeHtmlFragment?
Note: I'm using AntiXSS 4.2.1