[]
OutputHtmlFiles is an implementation of IHandleHtmlOutput that directs the HtmlExport object's output to files.
public class OutputHtmlFiles : IOutputHtml
| Name | Description |
|---|---|
| OutputHtmlFiles(string, HtmlExport) | Initializes an instance of the OutputHtmlFiles class using the specified filePath as the base html page. |
| Name | Description |
|---|---|
| htmlExport | The HtmlExport instance that is requesting the file output. |