ReflectedActionDescriptor::GetParameters Method

Visual Studio 2010

Retrieves the parameters of the action method.

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

public:
virtual array<ParameterDescriptor^>^ GetParameters() override

Return Value

Type: array<System.Web.Mvc::ParameterDescriptor>
The parameters of the action method.

Community Additions

ADD
Show: