Share via


LookaheadToken(Action) Constructor

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the LookaheadToken class.

public LookaheadToken(Action cancelAction);
new System.Web.Razor.Text.LookaheadToken : Action -> System.Web.Razor.Text.LookaheadToken
Public Sub New (cancelAction As Action)

Parameters

cancelAction
Action

The action to cancel.

Applies to