LinkButtonControlBuilder.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 for all cases.

Remarks

This method overrides ControlBuilder.AllowWhitespaceLiterals to ignore white space in the LinkButton control.

Applies to

See also