FileParserParseFile Method

Parse the specified HTML file

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public void ParseFile(
	string filename
)

Parameters

filename  String
The file to parse

Remarks

After parsing, the properties can be used to retrieve the information parsed from the file.

See Also