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)
'Declaration Protected Overrides Function IsAtEmbeddedTransition ( _ allowTemplatesAndComments As Boolean, _ allowTransitions As Boolean _ ) As Boolean 'Usage Dim allowTemplatesAndComments As Boolean Dim allowTransitions As Boolean Dim returnValue As Boolean returnValue = Me.IsAtEmbeddedTransition(allowTemplatesAndComments, _ allowTransitions)
Parameters
- allowTemplatesAndComments
- Type: System.Boolean
true to allow templates and comments; otherwise, false.
- allowTransitions
- Type: System.Boolean
true to allow transitions; otherwise, false.
Show: