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