HTMLparser.bAutoExtractBetweenTagsOnly Field

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.bAutoExtractBetweenTagsOnly Field

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