RichTextBox for WPF
HtmlEncode(String,TextWriter) メソッド

C1.WPF.RichTextBox.4.6.2 アセンブリ > System.Web 名前空間 > HttpUtility クラス > HtmlEncode メソッド : HtmlEncode(String,TextWriter) メソッド
エンコードする文字列。
エンコードされた文字列を含む TextWriter 出力ストリーム。
文字列を HTML エンコードし、結果の出力を TextWriter 出力ストリームに送信します。
シンタックス
'宣言
 
Public Overloads Shared Sub HtmlEncode( _
   ByVal s As System.String, _
   ByVal output As System.IO.TextWriter _
) 
public static void HtmlEncode( 
   System.string s,
   System.IO.TextWriter output
)

パラメータ

s
エンコードする文字列。
output
エンコードされた文字列を含む TextWriter 出力ストリーム。
参照

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