私はそれをRichTextEditorにするためのテキストエディタをtextarea
持っています。tinyMCE
スタイルと書式設定なしですべての見出し (H1、H2 など) テキストを抽出したい。以下のような値
が得られるとします。txtEditor.InnerText
<p><span style="font-family: comic sans ms,sans-serif; color: #993366; font-size: large; background-color: #33cccc;">This is before heading one</span></p>
<h1><span style="font-family: comic sans ms,sans-serif; color: #993366;">Hello This is Headone</span></h1>
<p>this is before heading2</p>
<h2>This is heading2</h2>
見出しタグのテキストのみのリストを取得したいのですが? あらゆる種類の提案とガイダンスをいただければ幸いです。