PlaceHolderControlBuilder.AllowWhitespaceLiterals Method

Definition

Specifies whether white-space literals are allowed.

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

Returns

false in all cases.

Remarks

This method overrides the ControlBuilder.AllowWhitespaceLiterals method to ignore white spaces in the Label control.

Applies to

See also