Interface IUnparsedTextDef
JSON section schema carrying the residual block text that was not consumed by any registered syntax. Used for diagnostics and round-trip preservation.
public interface IUnparsedTextDef
- Extension Methods
Properties
UnparsedText
Residual NC block text not matched by any syntax.
string UnparsedText { get; set; }