RichTextBox for UWP/WinRT
ConvertToHtmlDocument(String) メソッド

HTML ドキュメントを含む文字列。
文字列を解析して C1HtmlDocument に変換します。
構文
'宣言
 
Public Overloads Function ConvertToHtmlDocument( _
   ByVal html As System.String _
) As C1HtmlDocument
public C1HtmlDocument ConvertToHtmlDocument( 
   System.string html
)

パラメータ

html
HTML ドキュメントを含む文字列。

戻り値の型

指定された文字列を表す C1HtmlDocument
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

HtmlFilter クラス
HtmlFilter メンバ
オーバーロード一覧

Send Feedback