C# Класс Simplify.Xml.XmlExtensions

Provides extensions for System.Xml.Linq classes
Показать файл Открыть проект

Открытые методы

Метод Описание
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