ActionDescriptor.GetParameters Method

Returns the parameters of the action method.

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

'Declaration
Public MustOverride Function GetParameters As ParameterDescriptor()
'Usage
Dim instance As ActionDescriptor 
Dim returnValue As ParameterDescriptor()

returnValue = instance.GetParameters()

Return Value

Type: System.Web.Mvc.ParameterDescriptor()
The parameters of the action method.
Show: