IDocumentWebService ParseHtmlData Method Ankiro Enterprise Suite Reference Documentation
Provides convience access to the internal html parser of Ankiro Suite. The ParseHtmlData method can be used to parse general html data into a string representation of the text elements of the html content passed to the method.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

string[] ParseHtmlData(
	string[] htmlData
)

Parameters

htmlData
Type:  System String 

Return Value

Type:  String 
See Also