HtmlHeadBuilder.AllowWhitespaceLiterals Method

Definition

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

Returns

Boolean

false in all cases.

Remarks

This implementation of the AllowWhitespaceLiterals method is overridden to always return false.

Applies to

See also