ActionSelector Delegat

Definition

Stellt einen Delegaten dar, der die Logik zum Auswählen einer Aktionsmethode enthält.

public delegate bool ActionSelector(ControllerContext controllerContext);
type ActionSelector = delegate of ControllerContext -> bool
Public Delegate Function ActionSelector(controllerContext As ControllerContext) As Boolean 

Parameter

controllerContext
ControllerContext

Rückgabewert

Gilt für: