VBCodeParser.IsAtEmbeddedTransition Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the code is at embedded transition.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected override 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.
Show: