UserControlControlBuilder.NeedsTagInnerText Method ()
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the control builder needs to get the control's inner text.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Booleantrue if the control builder requires the control's inner text; otherwise, false.
If the NeedsTagInnerText method returns true, the SetTagInnerText method is called. When the control is built in a designer environment, the NeedsTagInnerText property returns true.
.NET Framework
Available since 1.1
Available since 1.1
Show: