ContentResultExecutor クラス

定義

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)
継承
ContentResultExecutor
実装

コンストラクター

ContentResultExecutor(ILogger<ContentResultExecutor>, IHttpResponseStreamWriterFactory)

ContentResultExecutor の新しいインスタンスを初期化します。

メソッド

ExecuteAsync(ActionContext, ContentResult)

を変更して、アクションの結果を非同期的に実行します HttpResponse

適用対象