RedirectToActionResultExecutor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class RedirectToActionResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::RedirectToActionResult ^>
public class RedirectToActionResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.RedirectToActionResult>
type RedirectToActionResultExecutor = class
interface IActionResultExecutor<RedirectToActionResult>
Public Class RedirectToActionResultExecutor
Implements IActionResultExecutor(Of RedirectToActionResult)
- Inheritance
-
RedirectToActionResultExecutor
- Implements
Constructors
| RedirectToActionResultExecutor(ILoggerFactory, IUrlHelperFactory) |
Initializes a new instance of PhysicalFileResultExecutor. |
Methods
| ExecuteAsync(ActionContext, RedirectToActionResult) |
Asynchronously executes the action result, by modifying the HttpResponse. |