MVCHandler FindMatchingAction Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Finds matching method that has the specified action name and best matches the supplied input

Namespace: NFX.Wave.Handlers
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual MethodInfo FindMatchingAction(
	Controller controller,
	WorkContext work,
	string action,
	out Object[] args
)

Parameters

controller
Type: NFX.Wave.MVC Controller
work
Type: NFX.Wave WorkContext
action
Type: OnlineSystem String
args
Type:  OnlineSystem Object  

Return Value

Type: OnlineMethodInfo
See Also