System.Web.Razor.Parser.SyntaxTree Namespace

The System.Web.Razor.Parser.SyntaxTree namespace contains classes that are for internal use and that are not intended to be called directly from your code.

Classes

  Class Description
Public class AutoCompleteEditHandler This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the auto-complete editing handler class.
Public class Block This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block for creating webpages.
Public class BlockBuilder This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block builder for the webpages.
Public class RazorError This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parsing error in Razor.
Public class Span This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor parse tree node that contains the all the content of a block node.
Public class SpanBuilder This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the span builder for the syntax tree.
Public class SyntaxTreeNode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the node for the syntax tree.

Enumerations

  Enumeration Description
Public enumeration AcceptedCharacters This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public enumeration BlockType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public enumeration SpanKind This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.