Block.Type Property

Definition

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

public System.Web.Razor.Parser.SyntaxTree.BlockType Type { get; }
member this.Type : System.Web.Razor.Parser.SyntaxTree.BlockType
Public ReadOnly Property Type As BlockType

Property Value

The type of code block.

Applies to