14 references to Action
ControllersFromServicesClassLibrary (1)
ControllerWithConstructorInjection.cs (1)
31urlHelper.Action(),
Mvc.RoutingWebSite (13)
Areas\Admin\DynamicController.cs (2)
13return Content("Hello from dynamic controller: " + Url.Action()); 19return Content("Hello from dynamic controller POST: " + Url.Action());
Areas\Admin\FallbackController.cs (2)
13return Content("Hello from fallback controller: " + Url.Action()); 19return Content("Hello from fallback controller POST: " + Url.Action());
Controllers\BanksController.cs (2)
22Url.Action(), 33Url.Action(),
Controllers\MapsController.cs (3)
26Url.Action(), 35Url.Action(), 49Url.Action(),
Controllers\TeamController.cs (4)
45return Content(Url.Action(), "text/plain"); 51return Content(Url.Action(), "text/plain"); 57return Content(Url.Action(), "text/plain"); 63return Content(Url.Action(), "text/plain");