This documentation is archived and is not being maintained.

ListItemControlBuilder.AllowWhitespaceLiterals Method

Determines whether white spaces in the text associated with the ListItem are represented by System.Web.UI.LiteralControl objects.

[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

false for all cases.

Remarks

This method overrides the inherited implementation of the ControlBuilder.AllowWhitespaceLiterals method to always indicate that white spaces in the text associated with the ListItem control are not represented by System.Web.UI.LiteralControl objects.

Requirements

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

See Also

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

Show: