FileParser.Body Property

HTML to MAML Converter

FileParserBody Property
This returns the HTML body parsed from the file

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public string Body { get; }
Public ReadOnly Property Body As String
	Get
public:
property String^ Body {
	String^ get ();
}
member Body : string with get

Property Value

Type: String
See Also