C# Class DesktopHelper.Util.GetWebContent

Mostra file Open project: JimmyFung/DesktopHelper Class Usage Examples

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