文字列を HTML エンコードし、結果の出力を TextWriter 出力ストリームに送信します。
シンタックス
'宣言
Public Overloads Shared Sub HtmlEncode( _
ByVal As System.String, _
ByVal As System.IO.TextWriter _
)
public static void HtmlEncode(
System.string ,
System.IO.TextWriter
)
パラメータ
- s
- エンコードする文字列。
- output
- エンコードされた文字列を含む TextWriter 出力ストリーム。
参照