BlockType Enum¶
- Namespace
Microsoft.AspNetCore.Razor.Parser.SyntaxTree- Assemblies
- Microsoft.AspNetCore.Razor
Fields¶
-
Comment()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Comment = 8
-
Directive()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Directive = 1
-
Expression()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Expression = 3
-
Functions()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Functions = 2
-
Helper()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Helper = 4
-
Markup()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Markup = 5
-
Section()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Section = 6
-
Statement()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Statement = 0
-
Tag()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Tag = 9
-
Template()¶ Return type: Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType Template = 7
-