RazorEditorParser Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Parser used by editors to avoid reparsing the entire document on each text change.

System.Object
  System.Web.Razor.RazorEditorParser

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public class RazorEditorParser implements IDisposable

The RazorEditorParser type exposes the following members.

  NameDescription
Public methodRazorEditorParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Constructs the editor parser.
Top

  NameDescription
Public propertyCurrentParseTreeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current parse tree.
Public propertyFileNameThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the filename of the document to parse.
Public propertyHostThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the parse.
Public propertyLastResultProvisionalThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the last result of the parse was provisionally accepted for next partial parse.
Top

  NameDescription
Public methodCheckForStructureChangesThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines if a change will cause a structural change to the document and if not, applies it to the existing tree. If a structural change would occur, automatically starts a reparse.
Public methodDispose()This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases all resources used by the current instance of the RazorEditorParser.
Protected methodDispose(Boolean)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Releases the unmanaged resources used by the RazorEditorParser class and optionally releases the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAutoCompleteStringThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the auto complete string.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public eventDocumentParseCompleteThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Event fired when a full reparse of the document completes.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: