C# Class DataCollection.Util.GetWebContent

获取网页的html源码
Exibir arquivo Open project: JimmyFung/DesktopHelper

Public Methods

Method Description
DropHTMLTag ( string htmlString ) : string

删除HTML标识

GetWebContentByUrl ( string Url, Encoding encoding ) : string

Method Details

DropHTMLTag() public method

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

GetWebContentByUrl() public method

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