C# Класс InTheHand.Data.Html.HtmlUtilities

Provides utility methods for use with HTML-formatted data.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
Показать файл Открыть проект

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

Метод Описание
ConvertToText ( string html ) : string

Converts HTML-formatted data to a string that contains the text content extracted from the HTML.

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

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

Converts HTML-formatted data to a string that contains the text content extracted from the HTML.
public static ConvertToText ( string html ) : string
html string A String containing HTML-formatted data.
Результат string