AutoComplete for ASP.NET Web Forms
EncodeHtml プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > HtmlFilter クラス : EncodeHtml プロパティ
Specifies whether field contents should be encoded or rendered in raw format. This property allows you to render fields that contain HTML formatting.
シンタックス
'宣言
 
Public Property EncodeHtml As System.Boolean
public System.bool EncodeHtml {get; set;}
解説

By default, field contents are encoded, so a field containing the string "A<B>C" would be rendered as "A&lt;B&gt;C", which would appear as the original string in the browser.

If you set EncodeHtml to False, the same string would be rendered in raw format, causing the browser to display it as "A<B>C" (the "C" would be bold).

参照

HtmlFilter クラス
HtmlFilter メンバ