Share via


ParserContext.EndBlock Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates an end block from the last item of the block builder stack.

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

Syntax

'Declaration
Public Sub EndBlock
'Usage
Dim instance As ParserContext

instance.EndBlock()
public void EndBlock()
public:
void EndBlock()
member EndBlock : unit -> unit
public function EndBlock()

See Also

Reference

ParserContext Class

System.Web.Razor.Parser Namespace