6 references to Action
Microsoft.AspNetCore.Mvc.Core.Test (3)
Routing\UrlHelperTestBase.cs (3)
978
var url = urlHelper.
Action
("Checkout", new { first = "b" });
1019
var url = urlHelper.
Action
("Checkout", new { first = "b" });
1057
var url = urlHelper.
Action
(action: null, values: new { first = "b", action = "Checkout" });
Mvc.RoutingWebSite (1)
Controllers\PageParameterController.cs (1)
20
return Content(Url.
Action
(nameof(PageParameter), new { page = "17", }));
VersioningWebSite (2)
Controllers\AddressController.cs (2)
36
Url.
Action
("GetAllV1",
44
Url.
Action
("GetAllV2", new { version = version }),