HTMLparser.bAutoExtractBetweenTagsOnly Field
From Majestic12
If true (and either bAutoKeepComments or bAutoKeepScripts is true), then oHTML will be set to data BETWEEN tags excluding those tags themselves, as otherwise FULL HTML will be set, ie: '' but if this is set to true then only ' comments ' will be returned
public bool bAutoExtractBetweenTagsOnly;
See Also
HTMLparser Class | Majestic12 Namespace