public void InsertHtml(string html, HtmlInsertOptions options) { contentEditor.InsertHtml(html, (HtmlInsertionOptions)options | HtmlInsertionOptions.ExternalContent); }