XmlBuilder.SetTagInnerText Method
.NET Framework 3.0
Sets the Xml control's inner text.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
| The String object passed in is not well-formed XML. |
This method loads the String passed in to an XML document to determine whether it is well-formed. If it is, the code calls the SetTagInnerText method of the ControlBuilder class.
Community Additions
ADD
Show: