| HtmlTokenizerLineNumber Property |
Get the current line number.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public int LineNumber { get; }
Property Value
Int32The current line number.
Remarks This property is most commonly used for error reporting, but can be called
at any time. The starting value for this property is 1.
Combined with LinePosition, a value of 1,1 indicates
the start of the document.
See Also