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)

protected function HandleExitOrContinue(
	keyword : VBKeyword
)

Parameters

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