Share via


CodeParser.BlockParser Delegate

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

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

Syntax

'Declaration
Protected Friend Delegate Function BlockParser ( _
    block As CodeBlockInfo _
) As Boolean
'Usage
Dim instance As New BlockParser(AddressOf HandlerMethod)
protected internal delegate bool BlockParser(
    CodeBlockInfo block
)
protected public delegate bool BlockParser(
    CodeBlockInfo^ block
)
JScript does not support delegates.

Parameters

Return Value

Type: System.Boolean

See Also

Reference

System.Web.Razor.Parser Namespace