CodeParser.HandleTransition Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Friend MustOverride Function HandleTransition ( _
spanFactory As SpanFactory _
) As Boolean
'Usage
Dim spanFactory As SpanFactory
Dim returnValue As Boolean
returnValue = Me.HandleTransition(spanFactory)
protected internal abstract bool HandleTransition(
SpanFactory spanFactory
)
protected public:
virtual bool HandleTransition(
SpanFactory^ spanFactory
) abstract
abstract function HandleTransition(
spanFactory : SpanFactory
) : boolean
Parameters
- spanFactory
Type: System.Web.Razor.Parser.SyntaxTree.SpanFactory
Return Value
Type: System.Boolean
Permissions
- Medium trust for the immediate caller. This member can be used by partially trusted code.