Freigeben über


ParserOptions.TextFirst Property

Definition

If true, parse starts in text literal mode, with string interpolation islands of ${ ... }. If the starting non-whitespace charatcer is an equal sign ("="), a normal parse is used instead.

public bool TextFirst { get; set; }
member this.TextFirst : bool with get, set
Public Property TextFirst As Boolean

Property Value

Applies to