FileParserBodyExtractExpression Property

This is used to get or set the body extract regular expression

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public static string BodyExtractExpression { get; set; }

Property Value

String

Exceptions

InvalidOperationExceptionThis is thrown if the regular expression is null or empty.

See Also