TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).IsAtEmbeddedTransition Method

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

Determines whether this instance is at embedded transition.

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

protected function IsAtEmbeddedTransition(
	allowTemplatesAndComments : boolean, 
	allowTransitions : boolean
) : boolean

Parameters

allowTemplatesAndComments
Type: System.Boolean
true to allow templates and comments; otherwise, false.
allowTransitions
Type: System.Boolean
true to allow transitions; otherwise, false.

Return Value

Type: System.Boolean
true if this instance is at embedded transition; otherwise, false.
Show: