Reach to Dispatcher changes and fix build break

This commit is contained in:
Kiran Challa 2018-06-15 09:30:07 -07:00
parent 7eac72ae46
commit 6df28ef09a
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ namespace Microsoft.AspNetCore.Mvc.Internal
action.RouteValues,
action.AttributeRouteInfo.Order,
metadataCollection,
action.DisplayName));
action.DisplayName,
new Address(action.AttributeRouteInfo.Name)));
}
}