Class TextView
- Namespace
- AngleSharp.Text
- Assembly
- AngleSharp.dll
Represents a view on a particular source code.
public class TextView
- Inheritance
-
TextView
- Inherited Members
- Extension Methods
Constructors
TextView(TextSource, TextRange)
Creates a new text view for the given range.
public TextView(TextSource source, TextRange range)
Parameters
source
TextSourcerange
TextRange
Properties
Range
Gets the start and end of the text view.
public TextRange Range { get; }
Property Value
Text
Gets the text associated with this view.
public string Text { get; }