SpanKind Enum¶
- Namespace
Microsoft.AspNetCore.Razor.Parser.SyntaxTree- Assemblies
- Microsoft.AspNetCore.Razor
Fields¶
-
Code()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind Code = 3
-
Comment()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind Comment = 2
-
Markup()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind Markup = 4
-
MetaCode()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind MetaCode = 1
-
Transition()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanKind Transition = 0
-