しばらく検索していましたが、私に役立つ情報が見つかりません。
私はこの中にたくさんのHTML(タグ、テキスト、画像へのリンクもあります)を持っていて、その文字列を私のアプリで表示する何らかのHTMLサポートタイプに変換する方法を知りたいどこにでもタグがついた単なるテキストではなく、画像とテキストが太字で表示されることを示しています。それは、あなたのニーズに合わせてお仕事しなかった場合は文字列をHTMLとして読み取る
// Set your HTML content for your web browser
YourWebBrowser.NavigateToString(htmlString);
:あなたはおそらくこれを処理して、明示的にNavigateToString()
メソッドを介して、あなたのHTML文字列に、それは中身だ設定するWebBrowser
コントロールを使用することができ
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3">
<h2>
<img src="https://www.iseg.ulisboa.pt/aquila/getFile.do?method=getFile&fileId=682501" alt="" width="745" height="497" />
</h2>
</td>
</tr>
<tr>
<td colspan="3">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<h3>
<a href="https://onedrive.live.com/redir?resid=21016A3C1649D3A2!4589&authkey=!ACVZ-u-igsIFDLs&ithint=folder%2cjpg">> Reportagem Fotográfica (7 de Março)</a>
<br />
<a href="https://onedrive.live.com/redir?resid=21016A3C1649D3A2!4738&authkey=!AJbBcUJpWxqtP3g&ithint=folder%2cjpg">> Reportagem Fotográfica (9 de Março)</a></h3>
</td>
</tr>
<tr>
<td>
<h6>Decorrem nos dias 7 e 9 de Março as Cerimónias de Entrega de Diplomas de Pós-Graduação, no Auditório CGD.
<br />Contaram com momentos musicais de Manuel Rebelo e João Gil. Mais uma vez, parabéns a todos os diplomados!</h6>
<h6> </h6>
<p> </p>
<p> </p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
あなたはどのフレームワークを使用していますか? ASP.NET MVC? WebForms? –
"この束にHTMLが含まれているこの文字列変数はどのように見えますか?" – reporter
あなたはWinFormsのNuget HTML Rendererを試しましたか? –