C# 클래스 OnlineVideos.Sites.JSurf.Extensions.XmlExtensions

Extension methods for xml Documents
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
SelectSingleNodeText ( this doc, string path, string resultIfNull = "" ) : string

Helper which will select the inner text of a single node, or return the string defined in the resultIfNull

메소드 상세

SelectSingleNodeText() 공개 정적인 메소드

Helper which will select the inner text of a single node, or return the string defined in the resultIfNull
public static SelectSingleNodeText ( this doc, string path, string resultIfNull = "" ) : string
doc this
path string
resultIfNull string
리턴 string