Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Schumix
ExtraAddon
Commands
WebHelper
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