C# 클래스 DataCollection.Util.GetWebContent

获取网页的html源码
파일 보기 프로젝트 열기: JimmyFung/DesktopHelper

공개 메소드들

메소드 설명
DropHTMLTag ( string htmlString ) : string

删除HTML标识

GetWebContentByUrl ( string Url, Encoding encoding ) : string

메소드 상세

DropHTMLTag() 공개 메소드

删除HTML标识
public DropHTMLTag ( string htmlString ) : string
htmlString string
리턴 string

GetWebContentByUrl() 공개 메소드

public GetWebContentByUrl ( string Url, Encoding encoding ) : string
Url string
encoding System.Text.Encoding
리턴 string