TextBoxControlBuilder.HtmlDecodeLiterals 方法

定义

确定 TextBox 控件的文本字符串是否必须进行 HTML 解码。

public:
 override bool HtmlDecodeLiterals();
public override bool HtmlDecodeLiterals ();
override this.HtmlDecodeLiterals : unit -> bool
Public Overrides Function HtmlDecodeLiterals () As Boolean

返回

Boolean

在所有情况下均为 true

注解

使用 HtmlDecodeLiterals 方法可确定是否必须对控件的文本字符串 TextBox 进行 HTML 解码。 此方法的实现始终返回 true ,以指示必须对控件的文本字符串 TextBox 进行 HTML 解码。

适用于

另请参阅