FileParser.BodyExtractExpression Property

HTML to MAML Converter

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

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public static string BodyExtractExpression { get; set; }
Public Shared Property BodyExtractExpression As String
	Get
	Set
public:
static property String^ BodyExtractExpression {
	String^ get ();
	void set (String^ value);
}
static member BodyExtractExpression : string with get, set

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThis is thrown if the regular expression is null or empty.
See Also