TemplateBuilder::NeedsTagInnerText Method ()
.NET Framework (current version)
Determines if the control builder needs to get its inner text.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::Booleantrue 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
Available since 1.1
Show: