LiteralControlBuilder.AllowWhitespaceLiterals 方法

定义

确定控件生成器是否应处理由 Literal 控件表示的空白文本。

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

返回

false.

注解

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

适用于

另请参阅