This documentation is archived and is not being maintained.
LiteralControlBuilder.AllowWhitespaceLiterals Method
.NET Framework 1.1
Determines whether white spaces in the text associated with the Literal control 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 Literal control are not represented by System.Web.UI.LiteralControl objects.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
LiteralControlBuilder Class | LiteralControlBuilder Members | System.Web.UI.WebControls Namespace | ControlBuilder.AllowWhitespaceLiterals | System.Web.UI.ControlBuilder | System.Web.UI.LiteralControl
Show: