C# 클래스 Aqueduct.Extensions.XmlExtensions

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
AttributeValue ( this node, string attrName ) : string
InnerXml ( this element ) : string

메소드 상세

AttributeValue() 공개 정적인 메소드

public static AttributeValue ( this node, string attrName ) : string
node this
attrName string
리턴 string

InnerXml() 공개 정적인 메소드

public static InnerXml ( this element ) : string
element this
리턴 string