ContentResultExecutor 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.
A IActionResultExecutor<TResult> that is responsible for ContentResult
public ref class ContentResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::ContentResult ^>
public class ContentResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.ContentResult>
type ContentResultExecutor = class
interface IActionResultExecutor<ContentResult>
Public Class ContentResultExecutor
Implements IActionResultExecutor(Of ContentResult)
- Inheritance
-
ContentResultExecutor
- Implements
Constructors
ContentResultExecutor(ILogger<ContentResultExecutor>, IHttpResponseStreamWriterFactory) |
Initializes a new instance of ContentResultExecutor. |
Methods
ExecuteAsync(ActionContext, ContentResult) |
Asynchronously executes the action result, by modifying the HttpResponse. |