System.Web.Razor.Parser Namespace

The System.Web.Razor.Parser 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 CallbackVisitor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a visitor that executes a callback upon the completion of a visit.
Public class CSharpCodeParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a C sharp code parser.
Protected class CSharpCodeParser.Block This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the block for this CSharpCode parser.
Public class CSharpLanguageCharacteristics This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the different language characteristics in a CSharp language.
Public class HtmlLanguageCharacteristics This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the different language characteristics in an html.
Public class HtmlMarkupParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parser specifically for parsing HTML markup.
Public class LanguageCharacteristics<TTokenizer, TSymbol, TSymbolType> This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides methods that define the behavior of a Razor code language.
Public class ParserBase This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the parser base class for the razor.
Public class ParserContext This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a parser whose context can be switched to either a code or a markup.
Public class ParserHelpers This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Provides helper methods for the parser.
Public class ParserVisitor This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a parser visitor.
Public class ParserVisitorExtensions This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides extension methods for parser visitor.
Public class RazorParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Razor parser.
Public class SyntaxConstants This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class SyntaxConstants.CSharp This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class SyntaxConstants.VB This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public class TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a tokenizer backed parser.
Public class VBCodeParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a Visual Basic code parser.
Public class VBLanguageCharacteristics This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the characteristics of the Visual Basic language.

Enumerations

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