C# Класс Schumix.ExtraAddon.Commands.WebHelper

A class which provides useful methods for working with the world-wide web.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetWebTitle ( Uri url ) : string

Gets the title of the specified webpage.

Описание методов

GetWebTitle() публичный статический Метод

Gets the title of the specified webpage.
public static GetWebTitle ( Uri url ) : string
url System.Uri /// The webpage's URL. ///
Результат string