HTMLchunk.GenerateHTML Method

Majestic12

High-performance .NET C# HTMLparser Library

HTMLchunk.GenerateHTML Method 

Generates HTML based on current chunk's data Note: this is not a high performance method and if you want ORIGINAL HTML that was parsed to create this chunk then use relevant HTMLparser method to obtain such HTML

public string GenerateHTML();

Return Value

HTML equivalent of this chunk

See Also

HTMLchunk Class | Majestic12 Namespace