ActionDescriptor.Parameters is not populated by provider
This commit is contained in:
parent
0ab3f0ccf6
commit
d39b1a3786
|
|
@ -142,7 +142,7 @@ namespace Microsoft.AspNet.Mvc
|
|||
Name = action.ActionName,
|
||||
ControllerDescriptor = controllerDescriptor,
|
||||
MethodInfo = action.ActionMethod,
|
||||
Parameters = new List<ParameterDescriptor>(),
|
||||
Parameters = parameterDescriptors,
|
||||
RouteConstraints = new List<RouteDataActionConstraint>(),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue