Microsoft
98-372 · Question #217
You create an XML document that has an XmlNode named node1. Which code fragment will read the XML contained in node1 and its subnodes?
The correct answer is B. Node1.CuterXml. See the full explanation below for the reasoning.
Question
You create an XML document that has an XmlNode named node1. Which code fragment will read the XML contained in node1 and its subnodes?
Options
- ANode1.InnerText
- BNode1.CuterXml
- CNode1.Value
- DNode1.ToString ()
- ENode1.InnerXml
How the community answered
(26 responses)- A8% (2)
- B85% (22)
- C4% (1)
- E4% (1)
Community Discussion
No community discussion yet for this question.