LiteralControlBuilder.AllowWhitespaceLiterals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定控件生成器是否应处理由 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 对象表示。