This documentation is archived and is not being maintained.

HyperLinkControlBuilder.AllowWhitespaceLiterals Method

Gets a value that indicates whether white spaces are allowed in literals for this control.

[Visual Basic]
Overrides Public Function AllowWhitespaceLiterals() As Boolean
[C#]
public override bool AllowWhitespaceLiterals();
[C++]
public: bool AllowWhitespaceLiterals();
[JScript]
public override function AllowWhitespaceLiterals() : Boolean;

Return Value

Overloaded to always returns false to indicate that white spaces are not allowed.

Remarks

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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HyperLinkControlBuilder Class | HyperLinkControlBuilder Members | System.Web.UI.WebControls Namespace | ControlBuilder.AllowWhitespaceLiterals

Show: