C# 클래스 Solvberget.Domain.DTO.WebPage

파일 보기 프로젝트 열기: digbib/Solvberget 1 사용 예제들

공개 메소드들

메소드 설명
CleanHtml ( string strHtml ) : string
GetDiv ( string strHtml, string divName ) : HtmlNode
GetHtml ( ) : string
GetValue ( HtmlNode node, string div ) : List
StripHtmlTags ( string strHtml ) : string

메소드 상세

CleanHtml() 공개 정적인 메소드

public static CleanHtml ( string strHtml ) : string
strHtml string
리턴 string

GetDiv() 공개 정적인 메소드

public static GetDiv ( string strHtml, string divName ) : HtmlNode
strHtml string
divName string
리턴 HtmlAgilityPack.HtmlNode

GetHtml() 공개 메소드

public GetHtml ( ) : string
리턴 string

GetValue() 공개 정적인 메소드

public static GetValue ( HtmlNode node, string div ) : List
node HtmlAgilityPack.HtmlNode
div string
리턴 List

StripHtmlTags() 공개 정적인 메소드

public static StripHtmlTags ( string strHtml ) : string
strHtml string
리턴 string