HtmlHeadBuilder.AllowWhitespaceLiterals 方法

定义

确定是必须处理还是必须忽略控件中的文本空白字符。Determines whether the literal white space characters in the control must be processed or ignored.

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

返回

Boolean

在所有情况下均为 falsefalse in all cases.

注解

此方法的实现 AllowWhitespaceLiterals 将被重写以始终返回 falseThis implementation of the AllowWhitespaceLiterals method is overridden to always return false.

适用于

另请参阅