C# Class 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
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
ConvertToText ( string html ) : string

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

Method Details

ConvertToText() public static méthode

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.
Résultat string