C# 클래스 HtmlAgilityPack.Samples.DocumentWithLinks

Represents a document that needs linked files to be rendered, such as images or css files, and points to other HTML documents.
파일 보기 프로젝트 열기: hymerman/ofxtools 1 사용 예제들

공개 메소드들

메소드 설명
DocumentWithLinks ( HtmlDocument doc ) : System

Creates an instance of a DocumentWithLinkedFiles.

비공개 메소드들

메소드 설명
GetLinks ( ) : void
GetReferences ( ) : void
ParseLink ( HtmlNode node, string name ) : void

메소드 상세

DocumentWithLinks() 공개 메소드

Creates an instance of a DocumentWithLinkedFiles.
public DocumentWithLinks ( HtmlDocument doc ) : System
doc HtmlDocument The input HTML document. May not be null.
리턴 System