ControllerExtensions Class
Provides extension methods that respond to HTTP requests that are made to an ASP.NET MVC website.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RedirectToAction<'TController>('TController, Expression<Action<'TController>>) | Redirects to the specified parameters using the type controller, controller and action. |
![]() ![]() | RedirectToAction<'TController>(Controller, Expression<Action<'TController>>) | Redirects to the specified parameters using the type controller, controller and action. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

