MarkupSpan 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.SyntaxTree.SyntaxTreeNode
System.Web.Razor.Parser.SyntaxTree.Span
System.Web.Razor.Parser.SyntaxTree.MarkupSpan
System.Web.Razor.Parser.SyntaxTree.SingleLineMarkupSpan
Namespace: System.Web.Razor.Parser.SyntaxTree
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class MarkupSpan _
Inherits Span
'Usage
Dim instance As MarkupSpan
public class MarkupSpan : Span
public ref class MarkupSpan : public Span
public class MarkupSpan extends Span
The MarkupSpan type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MarkupSpan(SourceLocation, String) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
MarkupSpan(SourceLocation, String, Boolean) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
MarkupSpan(SourceLocation, String, Boolean, AcceptedCharacters) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AcceptedCharacters | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
AutoCompleteString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Content | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
DocumentLevel | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Hidden | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
IsBlock | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Kind | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Length | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Next | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Offset | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Parent | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from SyntaxTreeNode.) |
![]() |
Previous | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Start | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Accept | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
ApplyChange(TextChange) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
ApplyChange(TextChange, Boolean) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
CanAcceptChange | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() ![]() |
Create(ParserContext) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() |
Create(ParserContext, Boolean) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() ![]() |
Create(ParserContext, Boolean, AcceptedCharacters) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Equals | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
GetOldText | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
GetSpanTypeName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsAtEndOfFirstLine | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
IsAtEndOfSpan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
IsEndDeletion | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
IsEndInsertion | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
IsEndReplace | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OwnsChange | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
![]() |
ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Overrides Span.ToString().) |
![]() |
TryMergeWith | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. (Inherited from Span.) |
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)