_blank attribute value getting stripped in custom Content Type

I have a custom content type saving HTML Content.  When I try set the attribute value to _blank, it saves in the actual HTML, but when rendered it gets stripped.  I am running my content through this method.

public string ParseHtmlContent(string html)
{
      return PublicApi.Html.Events.OnRender("Generic", html, "web");
}

Parents Reply Children
No Data