ControlBuilder.HasBody Method

Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework.

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

public:
virtual bool HasBody ()
public boolean HasBody ()
public function HasBody () : boolean
Not applicable.

Return Value

true if the control has an opening and closing tag; otherwise, false.

This method is called by the ASP.NET page framework during parsing and is not intended to be called directly in you code.

This example overrides the OnAppendToParentBuilder method to check the ControlType property to determine what type of control this builder is applied to. If it is a CustomTextBox, the builder checks whether the value of the HasAspCode property is included in the control. If so, an exception is thrown, if not the HasBody method is called.

No code example is currently available or this language may not be supported.

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: