12 references to Action
Microsoft.AspNetCore.Mvc.Core (9)
Infrastructure\RedirectToActionResultExecutor.cs (1)
41
var destinationUrl = urlHelper.
Action
(
UrlHelperExtensions.cs (8)
24
return helper.
Action
(
44
return helper.
Action
(action, controller: null, values: null, protocol: null, host: null, fragment: null);
59
return helper.
Action
(action, controller: null, values: values, protocol: null, host: null, fragment: null);
74
return helper.
Action
(action, controller, values: null, protocol: null, host: null, fragment: null);
90
return helper.
Action
(action, controller, values, protocol: null, host: null, fragment: null);
121
return helper.
Action
(action, controller, values, protocol, host: null, fragment: null);
156
return helper.
Action
(action, controller, values, protocol, host, fragment: null);
537
return
Action
(helper, action, controller, values, protocol, host, fragment);
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\UrlHelperTestBase.cs (1)
718
var url = urlHelper.
Action
(
Microsoft.AspNetCore.Mvc.TagHelpers (1)
FormActionTagHelper.cs (1)
259
url = urlHelper.
Action
(Action, Controller, routeValues, protocol: null, host: null, fragment: Fragment);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
140
var url = urlHelper.
Action
(actionName, controllerName, routeValues, protocol, hostname, fragment);