ObjectResultExecutor Class
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 ^>
C#
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
Formatter |
Gets the OutputFormatterSelector. |
Logger |
Gets the ILogger. |
Writer |
Gets the writer factory delegate. |
Execute |
Executes the ObjectResult. |
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |