HTMLparser.SetRawHTML Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLparser.SetRawHTML Method 

Sets oHTML variable in a chunk to the raw HTML that was parsed for that chunk.

public void SetRawHTML(
   HTMLchunk oChunk
);

Parameters

oChunk
Chunk returned by ParseNext function, it must belong to the same HTMLparser that was initiated with the same HTML data that this chunk belongs to

See Also

HTMLparser Class | Majestic12 Namespace