IHtmlDocumentParser Interface | 
                    
The IHtmlDocumentParser type exposes the following members.
| Name | Description | |
|---|---|---|
| Content | 
            Gets Contents to parse
              | |
| FilterLinkTags | 
            Gets and sets
              | |
| FilterStyleAndScriptTags | 
            Gets and Sets whether to filter style and script tags
              | |
| LeftDelimiter | 
            Gets and sets left delimiter
              | |
| RightDelimiter | 
            Gets and sets right delimiter
              | 
| Name | Description | |
|---|---|---|
| FilterLinks | 
            Filters out link tags
              | |
| FilterStyleAndScript | 
            Removes style tag from the html document
              | |
| FixDocumentContainingBasePath | 
            Fixes document having a base path, appends base path to all relative path
              | |
| GetCountForImagePathReplacements | 
            Get count for images found in the html doc that need to be replaced with {ImagePath}
              | |
| GetCountForImagePathReplacements(Boolean) | 
            Get count for images found in the html doc that need to be replaced with {ImagePath}
              | |
| InsertImagePath | 
            Searches html document for image tag and appends {ImagePath} to src attribue 
              | |
| InsertImagePath(Boolean) | 
            Searches html document for image tag and appends {ImagePath} to src attribue 
              |