HTMLchunk.oType Field

Majestic12

High-performance .NET C# HTMLparser Library

HTMLchunk.oType Field

Chunk type showing whether its text, open or close tag, comments or script. WARNING: if type is comments or script then you have to manually call Finalise(); method in order to have actual text of comments/scripts in oHTML variable

public HTMLchunkType oType;

See Also

HTMLchunk Class | Majestic12 Namespace