Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
ActionDescriptor.Parameters is not populated by provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jun 21, 2014
1 parent 0ab3f0c commit d39b1a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public List<ReflectedActionDescriptor> Build(ReflectedApplicationModel model)
Name = action.ActionName,
ControllerDescriptor = controllerDescriptor,
MethodInfo = action.ActionMethod,
Parameters = new List<ParameterDescriptor>(),
Parameters = parameterDescriptors,
RouteConstraints = new List<RouteDataActionConstraint>(),
};

Expand Down

0 comments on commit d39b1a3

Please sign in to comment.