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.RouteValues,
|
||||||
action.AttributeRouteInfo.Order,
|
action.AttributeRouteInfo.Order,
|
||||||
metadataCollection,
|
metadataCollection,
|
||||||
action.DisplayName));
|
action.DisplayName,
|
||||||
|
new Address(action.AttributeRouteInfo.Name)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue