C# Class Aqueduct.Extensions.XmlExtensions

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
AttributeValue ( this node, string attrName ) : string
InnerXml ( this element ) : string

Method Details

AttributeValue() public static méthode

public static AttributeValue ( this node, string attrName ) : string
node this
attrName string
Résultat string

InnerXml() public static méthode

public static InnerXml ( this element ) : string
element this
Résultat string