LiteralControlBuilder.AllowWhitespaceLiterals Method

Determines whether the control builder should process the white space literals that are represented by the Literal control.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
virtual bool AllowWhitespaceLiterals () override
public boolean AllowWhitespaceLiterals ()
public override function AllowWhitespaceLiterals () : boolean
Not applicable.

Return Value

false.

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

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: