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 | |
|---|---|---|
![]() |
MarkupParser | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Context | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
CurrentCharacter | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
CurrentLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
DesignTimeMode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
EndOfFile | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
HaveContent | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
InTemporaryBuffer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
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 | |
|---|---|---|
![]() |
AcceptLineWithBlockComments | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
End(Span) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
End(SpanFactory) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
EndBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsAtExplicitTransition | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
IsAtImplicitTransition | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
IsAtTransition | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
IsEndTag | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
IsStartTag | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
NextIsTransition | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
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.) |
![]() |
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.) |
![]() |
Output | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
ParseBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
ParseBlockWithOtherParser(SpanFactory) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
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.) |
![]() |
ParseComment | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
ParseDocument | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
ParseSection | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
StartBlock(BlockType) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from ParserBase.) |
![]() |
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.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)
.gif)