IActionResult インターフェイス

定義

アクション メソッドの結果を表すコントラクトを定義します。

public interface class IActionResult
public interface IActionResult
type IActionResult = interface
Public Interface IActionResult
派生

メソッド

ExecuteResultAsync(ActionContext)

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

適用対象