Share via


BlockBuilder.Type Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a block type that can be assigned null.

public System.Web.Razor.Parser.SyntaxTree.BlockType? Type { get; set; }
member this.Type : Nullable<System.Web.Razor.Parser.SyntaxTree.BlockType> with get, set
Public Property Type As Nullable(Of BlockType)

Property Value

A block type that can be assigned null.

Applies to