메소드 | 설명 | |
---|---|---|
InnerXml ( this element ) : string |
Gets the inner XML string of an XElement.
|
|
OuterXml ( this element ) : string |
Gets the outer XML string of an XElement (inner XML and itself).
|
public static InnerXml ( this element ) : string | ||
element | this | The inner XML stringt. |
리턴 | string |
public static OuterXml ( this element ) : string | ||
element | this | The outer XML stringt. |
리턴 | string |