This documentation is archived and is not being maintained.

ControlBuilder.HasBody Method

Determines if a control has both an opening and closing tag.

[Visual Basic]
Public Overridable Function HasBody() As Boolean
[C#]
public virtual bool HasBody();
[C++]
public: virtual bool HasBody();
[JScript]
public function HasBody() : Boolean;

Return Value

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

Requirements

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

See Also

ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace

Show: