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)
abstract IsAtEmbeddedTransition : allowTemplatesAndComments:bool * allowTransitions:bool -> bool override IsAtEmbeddedTransition : allowTemplatesAndComments:bool * allowTransitions:bool -> bool
Parameters
- allowTemplatesAndComments
- Type: System.Boolean
true to allow templates and comments; otherwise, false.
- allowTransitions
- Type: System.Boolean
true to allow transitions; otherwise, false.
Show: