ViewComponentResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 IActionResult ,它将视图组件呈现给响应。
public ref class ViewComponentResult : Microsoft::AspNetCore::Mvc::ActionResult
public ref class ViewComponentResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::Infrastructure::IStatusCodeActionResult
public class ViewComponentResult : Microsoft.AspNetCore.Mvc.ActionResult
public class ViewComponentResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult
type ViewComponentResult = class
inherit ActionResult
type ViewComponentResult = class
inherit ActionResult
interface IStatusCodeActionResult
interface IActionResult
type ViewComponentResult = class
inherit ActionResult
interface IActionResult
interface IStatusCodeActionResult
Public Class ViewComponentResult
Inherits ActionResult
Public Class ViewComponentResult
Inherits ActionResult
Implements IActionResult, IStatusCodeActionResult
- 继承
- 实现
构造函数
ViewComponentResult() |
一个 IActionResult ,它将视图组件呈现给响应。 |
属性
Arguments |
获取或设置提供给视图组件的参数。 |
ContentType |
获取或设置响应的 Content-Type 标头。 |
Model |
获取视图数据模型。 |
StatusCode |
获取或设置 HTTP 状态代码。 |
TempData |
获取或设置 ITempDataDictionary 此结果的 。 |
ViewComponentName |
获取或设置要调用的视图组件的名称。 如果 ViewComponentType 设置为非 |
ViewComponentType |
获取或设置要调用的视图组件的类型。 |
ViewData |
获取或设置 ViewDataDictionary 此结果的 。 |
ViewEngine |
已过时.
此属性未使用,将在下一个主要版本中删除。 获取或设置 IViewEngine 用于查找视图的 。 |
方法
ExecuteResult(ActionContext) |
同步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 (继承自 ActionResult) |
ExecuteResultAsync(ActionContext) |
异步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 |