Xml¶
Writes given xml content as a child element.
1 |
|
Writes given xml content as a child element.
1 |
|
Parameters¶
( string | Xml ) value
value to write
string elementName
name of element
Remarks¶
This method writes the specified value to the current element as a child element and returns the current writer instance.
Example¶
1 2 3 4 5 6 |
|
This method writes the specified value to the current element as a child element and returns the current writer instance.
Example¶
1 2 3 4 |
|