Merge branch 'release' into dev
This commit is contained in:
commit
6ae02b0321
|
|
@ -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