UserControlControlBuilder.NeedsTagInnerText Method ()

 

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.

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

override NeedsTagInnerText : unit -> bool

Return Value

Type: System.Boolean

true 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
Return to top
Show: