RichTextBox for UWP/WinRT
GetHtml メソッド

使用する C1.Xaml.RichTextBox.Documents.HtmlEncoding
選択されたエンコーディングで HTML コンテンツを取得します。
構文
'宣言
 
Public Function GetHtml( _
   ByVal encoding As HtmlEncoding _
) As System.String
public System.string GetHtml( 
   HtmlEncoding encoding
)

パラメータ

encoding
使用する C1.Xaml.RichTextBox.Documents.HtmlEncoding

戻り値の型

C1RichTextBox コンテンツの HTML バージョンを含む文字列。
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

参照

関連項目

C1RichTextBox クラス
C1RichTextBox メンバ

Send Feedback