C# Class Schumix.ExtraAddon.Commands.WebHelper

A class which provides useful methods for working with the world-wide web.
Mostra file Open project: Schumix/Schumix2

Public Methods

Method Description
GetWebTitle ( Uri url ) : string

Gets the title of the specified webpage.

Method Details

GetWebTitle() public static method

Gets the title of the specified webpage.
public static GetWebTitle ( Uri url ) : string
url System.Uri /// The webpage's URL. ///
return string