C# Class Aqueduct.Extensions.XmlExtensions

ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
AttributeValue ( this node, string attrName ) : string
InnerXml ( this element ) : string

Method Details

AttributeValue() public static method

public static AttributeValue ( this node, string attrName ) : string
node this
attrName string
return string

InnerXml() public static method

public static InnerXml ( this element ) : string
element this
return string