Share via


ParserContext.CurrentBlock Property

Definition

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

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

Property Value

The current block builder.

Applies to