ListItemControlBuilder.AllowWhitespaceLiterals 方法

定义

确定与 ListItem 关联的文本中的空白是否由 LiteralControl 对象表示。

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

返回

所有情况下均为 false

注解

此方法重写 方法的 ControlBuilder.AllowWhitespaceLiterals 继承实现,以始终指示与 ListItem 控件关联的文本中的空格不由 System.Web.UI.LiteralControl 对象表示。

适用于

另请参阅