XmlBuilder.SetTagInnerText(String) Method

Definition

Sets the Xml control's inner text.

public override void SetTagInnerText (string text);

Parameters

text
String

The value to insert as the inner text.

Exceptions

The String object passed in is not well-formed XML.

Remarks

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.

Applies to

Продукт Версии
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also