ContentResultExecutor Klasa

Definicja

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)
Dziedziczenie
ContentResultExecutor
Implementuje

Konstruktory

ContentResultExecutor(ILogger<ContentResultExecutor>, IHttpResponseStreamWriterFactory)

Inicjuje nowe wystąpienie klasy ContentResultExecutor.

Metody

ExecuteAsync(ActionContext, ContentResult)

Asynchronicznie wykonuje wynik akcji, modyfikując element HttpResponse.

Dotyczy