ReflectedActionDescriptor.GetParameters Method

Retrieves the parameters of the action method.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract GetParameters : unit -> ParameterDescriptor[] 
override GetParameters : unit -> ParameterDescriptor[] 

Return Value

Type: System.Web.Mvc.ParameterDescriptor[]
The parameters of the action method.
Show: