System.Web.UI.ControlBuilder.HasBody Method

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

Syntax

public virtual bool HasBody ()

Returns

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

Remarks

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

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0