CData¶
Writes the specified value to the current element as CDATA.
1 |
|
Writes the specified value to the current element as CDATA.
1 |
|
Parameters¶
string value
value to write
string elementName
name of element
Remarks¶
This method writes the specified value to the current element as CDATA and returns the current writer instance.
Example¶
1 2 3 4 5 6 |
|
This method writes the specified value to the current element as CDATA and returns the current writer instance.
Example¶
1 2 3 4 |
|