HTMLchunk.oHTML Field

Majestic12

High-performance .NET C# HTMLparser Library

HTMLchunk.oHTML Field

For TAGS: it stores raw HTML that was parsed to generate thus chunk will be here UNLESS HTMLparser was configured not to store it there as it can improve performance

For TEXT or COMMENTS: actual text or comments - you MUST call Finalise(); first.

public string oHTML;

See Also

HTMLchunk Class | Majestic12 Namespace