ObjectResultExecutor 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.
Executes an ObjectResult to write to the response.
public ref class ObjectResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::ObjectResult ^>
public class ObjectResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.ObjectResult>
type ObjectResultExecutor = class
interface IActionResultExecutor<ObjectResult>
Public Class ObjectResultExecutor
Implements IActionResultExecutor(Of ObjectResult)
- Inheritance
-
ObjectResultExecutor
- Implements
Constructors
Properties
FormatterSelector |
Gets the OutputFormatterSelector. |
Logger |
Gets the ILogger. |
WriterFactory |
Gets the writer factory delegate. |
Methods
ExecuteAsync(ActionContext, ObjectResult) |
Executes the ObjectResult. |