C# 클래스 Simplify.Xml.XmlExtensions

Provides extensions for System.Xml.Linq classes
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
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).

메소드 상세

InnerXml() 공개 정적인 메소드

Gets the inner XML string of an XElement.
public static InnerXml ( this element ) : string
element this The inner XML stringt.
리턴 string

OuterXml() 공개 정적인 메소드

Gets the outer XML string of an XElement (inner XML and itself).
public static OuterXml ( this element ) : string
element this The outer XML stringt.
리턴 string