Microsoft.AspNetCore.Mvc.Abstractions 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为操作调用和调度、授权、操作筛选器、格式化程序、模型绑定、路由和验证提供抽象和协定。
类
ActionDescriptor |
描述 MVC 操作。 |
ActionDescriptorExtensions |
ActionDescriptor 的扩展方法。 |
ActionDescriptorProviderContext | |
ActionInvokerProviderContext |
的 IActionInvokerProvider上下文。 |
ParameterDescriptor |
描述操作中的参数。 |
接口
IActionDescriptorProvider |
定义用于指定实例的 ActionDescriptor 协定。 |
IActionInvoker |
定义用于调用 MVC 操作的接口。 |
IActionInvokerProvider |
定义可为当前请求创建 的 IActionInvoker 组件的接口。 |
注解
有关 ASP.NET Core MVC 的简介,请参阅 ASP.NET Core Mvc 概述。