AcceptedAtActionResult 类

定义

一个 , ActionResult 返回包含 Location 标头的 Accepted (202) 响应。

public ref class AcceptedAtActionResult : Microsoft::AspNetCore::Mvc::ObjectResult
public class AcceptedAtActionResult : Microsoft.AspNetCore.Mvc.ObjectResult
[Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(202)]
public class AcceptedAtActionResult : Microsoft.AspNetCore.Mvc.ObjectResult
type AcceptedAtActionResult = class
    inherit ObjectResult
[<Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(202)>]
type AcceptedAtActionResult = class
    inherit ObjectResult
Public Class AcceptedAtActionResult
Inherits ObjectResult
继承
AcceptedAtActionResult
属性

构造函数

AcceptedAtActionResult(String, String, Object, Object)

使用提供的值初始化 的新实例 AcceptedAtActionResult

属性

ActionName

获取或设置用于生成 URL 的操作的名称。

ContentTypes

获取或设置 MediaTypeCollection

(继承自 ObjectResult)
ControllerName

获取或设置用于生成 URL 的控制器的名称。

DeclaredType

获取或设置声明的类型。

(继承自 ObjectResult)
Formatters

IOutputFormatter集合。

(继承自 ObjectResult)
RouteValues

获取或设置用于生成 URL 的路由数据。

StatusCode

获取或设置 HTTP 状态代码。

(继承自 ObjectResult)
UrlHelper

获取或设置 IUrlHelper 用于生成 URL 的 。

Value

对象结果。

(继承自 ObjectResult)

方法

ExecuteResult(ActionContext)

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

(继承自 ActionResult)
ExecuteResultAsync(ActionContext)

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

(继承自 ObjectResult)
OnFormatting(ActionContext)

此方法在格式化程序写入输出流之前调用。

适用于