Microsoft.AspNetCore.Mvc.Abstractions 命名空间

提供用于操作调用和调度、授权、操作筛选器、格式化程序、模型绑定、路由和验证的抽象和协定。

ActionDescriptor

描述 MVC 操作。

ActionDescriptorExtensions

ActionDescriptor 的扩展方法。

ActionDescriptorProviderContext

IActionDescriptorProvider上下文。

ActionInvokerProviderContext

IActionInvokerProvider上下文。

ParameterDescriptor

描述操作中的参数。

接口

IActionDescriptorProvider

定义用于指定 ActionDescriptor 实例的协定。

IActionInvoker

定义用于调用 MVC 操作的接口。

IActionInvokerProvider

定义可为当前请求创建组件的 IActionInvoker 接口。

注解

有关 ASP.NET Core MVC 简介,概述 ASP.NET Core Mvc