Share via


VBCodeParser.HandleExitOrContinue Method

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

Indicates the code that handles the Exit or Continue keyword.

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

Syntax

'Declaration
Protected Sub HandleExitOrContinue ( _
    keyword As VBKeyword _
)
'Usage
Dim keyword As VBKeyword 

Me.HandleExitOrContinue(keyword)
protected void HandleExitOrContinue(
    VBKeyword keyword
)
protected:
void HandleExitOrContinue(
    VBKeyword keyword
)
member HandleExitOrContinue : 
        keyword:VBKeyword -> unit
protected function HandleExitOrContinue(
    keyword : VBKeyword
)

Parameters

See Also

Reference

VBCodeParser Class

System.Web.Razor.Parser Namespace