IActionResult 接口

定义

定义表示操作方法结果的协定。

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

方法

ExecuteResultAsync(ActionContext)

异步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。

适用于