5 references to Action
Microsoft.AspNetCore.Mvc.Core.Test (3)
Routing\UrlHelperTestBase.cs (3)
978var url = urlHelper.Action("Checkout", new { first = "b" }); 1019var url = urlHelper.Action("Checkout", new { first = "b" }); 1057var url = urlHelper.Action(action: null, values: new { first = "b", action = "Checkout" });
VersioningWebSite (2)
Controllers\AddressController.cs (2)
36Url.Action("GetAllV1", 44Url.Action("GetAllV2", new { version = version }),