Table of Contents

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 TextSource
range TextRange

Properties

Range

Gets the start and end of the text view.

public TextRange Range { get; }

Property Value

TextRange

Text

Gets the text associated with this view.

public string Text { get; }

Property Value

string