LookaheadTextReader Class

Namespace
Microsoft.AspNetCore.Razor.Text
Assemblies
  • Microsoft.AspNetCore.Razor

Inheritance Hierarchy

Syntax

public abstract class LookaheadTextReader : TextReader, IDisposable
class Microsoft.AspNetCore.Razor.Text.LookaheadTextReader

Methods

BeginLookahead()
Return type:System.IDisposable
public abstract IDisposable BeginLookahead()
CancelBacktrack()
public abstract void CancelBacktrack()

Properties

Microsoft.AspNetCore.Razor.Text.LookaheadTextReader.CurrentLocation
Return type:Microsoft.AspNetCore.Razor.SourceLocation
public abstract SourceLocation CurrentLocation { get; }