TemplateBuilder::NeedsTagInnerText Method ()

 

Determines if the control builder needs to get its inner text.

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

public:
virtual bool NeedsTagInnerText() override

Return Value

Type: System::Boolean

true if the control builder needs to get its inner text. The default is false.

The SetTagInnerText method needs to be called when we are in design time. The NeedsTagInnerText method returns the value of the InDesigner property of the base ControlBuilder class.

.NET Framework
Available since 1.1
Return to top
Show: