IKeepTempDataResult インターフェイス

定義

一時データを IActionResult 保存する必要がある型のマーカー インターフェイス。

public interface class IKeepTempDataResult : Microsoft::AspNetCore::Mvc::IActionResult
public interface IKeepTempDataResult : Microsoft.AspNetCore.Mvc.IActionResult
type IKeepTempDataResult = interface
    interface IActionResult
Public Interface IKeepTempDataResult
Implements IActionResult
派生
実装

メソッド

ExecuteResultAsync(ActionContext)

アクション メソッドの結果操作を非同期的に実行します。 このメソッドは、アクション メソッドの結果を処理するために MVC によって呼び出されます。

(継承元 IActionResult)

適用対象