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