Reach to Dispatcher changes and fix build break
This commit is contained in:
parent
7eac72ae46
commit
6df28ef09a
|
|
@ -101,7 +101,8 @@ namespace Microsoft.AspNetCore.Mvc.Internal
|
|||
action.RouteValues,
|
||||
action.AttributeRouteInfo.Order,
|
||||
metadataCollection,
|
||||
action.DisplayName));
|
||||
action.DisplayName,
|
||||
new Address(action.AttributeRouteInfo.Name)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue