MarkupParser Class

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

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.ParserBase
    System.Web.Razor.Parser.MarkupParser
      System.Web.Razor.Parser.HtmlMarkupParser

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

Syntax

'Declaration
Public MustInherit Class MarkupParser _
    Inherits ParserBase
'Usage
Dim instance As MarkupParser
public abstract class MarkupParser : ParserBase
public ref class MarkupParser abstract : public ParserBase
public abstract class MarkupParser extends ParserBase

The MarkupParser type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Context This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property CurrentCharacter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property CurrentLocation This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property DesignTimeMode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property EndOfFile This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property HaveContent This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property InTemporaryBuffer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected property OtherParser This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.OtherParser.)

Top

Methods

  Name Description
Protected method AcceptLineWithBlockComments This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method End(Span) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method End(SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method EndBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsAtExplicitTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method IsAtImplicitTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method IsAtTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method IsEndTag This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method IsStartTag This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method MemberwiseClone (Inherited from Object.)
Public method NextIsTransition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method OnError(SourceLocation, String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method OnError(SourceLocation, String, array<Object[]) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method Output This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method ParseBlock This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseBlockWithOtherParser(SpanFactory) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseBlockWithOtherParser(SpanFactory, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method ParseComment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method ParseDocument This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public method ParseSection This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected method StartBlock(BlockType) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected method StartBlock(BlockType, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public method ToString (Inherited from Object.)
Protected method TryParseComment This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)

Top

Thread Safety

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

See Also

Reference

System.Web.Razor.Parser Namespace