HTMLparser.SetChunkHashMode Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.SetChunkHashMode Method 

Sets chunk param hash mode

public void SetChunkHashMode(
   bool bHashMode
);

Parameters

bHashMode
If true then tag's params will be kept in Chunk's hashtable (slower), otherwise kept in arrays (sParams/sValues)

See Also

HTMLparser Class | Majestic12 Namespace