Share via


BlockType Enumeration

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

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

Syntax

'Declaration
Public Enumeration BlockType
'Usage
Dim instance As BlockType
public enum BlockType
public enum class BlockType
type BlockType
public enum BlockType

Members

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

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

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

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

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

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

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

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

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

See Also

Reference

System.Web.Razor.Parser.SyntaxTree Namespace