[This is preliminary documentation and is subject to change.]
Gets name of MVC action from work and controller. Controller may override name of variable
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual string GetActionName(
Controller controller,
WorkContext work
)
protected virtual string GetActionName(
Controller controller,
WorkContext work
)
Protected Overridable Function GetActionName (
controller As Controller,
work As WorkContext
) As String
Protected Overridable Function GetActionName (
controller As Controller,
work As WorkContext
) As String
protected:
virtual String^ GetActionName(
Controller^ controller,
WorkContext^ work
)
protected:
virtual String^ GetActionName(
Controller^ controller,
WorkContext^ work
)
abstract GetActionName :
controller : Controller *
work : WorkContext -> string
override GetActionName :
controller : Controller *
work : WorkContext -> string
abstract GetActionName :
controller : Controller *
work : WorkContext -> string
override GetActionName :
controller : Controller *
work : WorkContext -> string
Return Value
Type:
String