C# Class WebSiteAdvantage.KeePass.Firefox.InternetAccessor

utilities to help gathering information from the internet
显示文件 Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Public Methods

Method Description
ScrapeTitle ( string url ) : string

finds the contents of the title tag of a page results are cached based on the supplied result

Method Details

ScrapeTitle() public method

finds the contents of the title tag of a page results are cached based on the supplied result
public ScrapeTitle ( string url ) : string
url string page to scrape
return string