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
显示文件 Open project: inthehand/Charming

Public Methods

Method 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 method

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.
return string