Controller GetActionFilters Method (MethodInfo)NFX Class Library

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

Returns cached (for performance)ordered array of ActionFilterAttributes for action method

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

protected static ActionFilterAttribute[] GetActionFilters(
	MethodInfo mi
)

Return Value

Type:  ActionFilterAttribute 
See Also