XmlBuilder.NeedsTagInnerText Method
.NET Framework 3.0
Determines whether the Xml control needs to get its inner text.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The NeedsTagInnerText method of the XmlBuilder class overrides the NeedsTagInnerText method of the ControlBuilder class to always return true.
The inner text is the text between the opening and closing tags of the control.
Community Additions
ADD
Show: