C# Class DataCollection.Util.GetWebContent

获取网页的html源码
Afficher le fichier Open project: JimmyFung/DesktopHelper

Méthodes publiques

Méthode Description
DropHTMLTag ( string htmlString ) : string

删除HTML标识

GetWebContentByUrl ( string Url, Encoding encoding ) : string

Method Details

DropHTMLTag() public méthode

删除HTML标识
public DropHTMLTag ( string htmlString ) : string
htmlString string
Résultat string

GetWebContentByUrl() public méthode

public GetWebContentByUrl ( string Url, Encoding encoding ) : string
Url string
encoding System.Text.Encoding
Résultat string