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)

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

Me.HandleExitOrContinue(keyword)

Parameters

keyword
Type: System.Web.Razor.Tokenizer.Symbols.VBKeyword
The keyword.
Show: