Legend
| Method: void WriteToFile( |
string | filename | The path and filename of the file to create. If the file already exists, it will be overwritten. |
bool | allTags |
The HTML specification allows certain start and end tags to be omitted. Specify true to emit such tags
regardless, for compatibility reasons. |