MarkupParser Class

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

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

public abstract class MarkupParser extends ParserBase

The MarkupParser type exposes the following members.

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

  NameDescription
Public propertyContextThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyCurrentCharacterThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyCurrentLocationThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyDesignTimeModeThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyEndOfFileThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyHaveContentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyInTemporaryBufferThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected propertyOtherParserThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides ParserBase.OtherParser.)
Top

  NameDescription
Protected methodAcceptLineWithBlockCommentsThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodEnd(Span)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodEnd(SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodEndBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsAtExplicitTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodIsAtImplicitTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodIsAtTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodIsEndTagThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodIsStartTagThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextIsTransitionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodOnError(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 methodOnError(SourceLocation, String, Object[])This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodOutputThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodParseBlockThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodParseBlockWithOtherParser(SpanFactory)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodParseBlockWithOtherParser(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 methodParseCommentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Public methodParseDocumentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public methodParseSectionThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Protected methodStartBlock(BlockType)This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
Protected methodStartBlock(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 methodToString (Inherited from Object.)
Protected methodTryParseCommentThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.)
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: