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
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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