ControllerParameterDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
操作方法的方法参数的描述符。
public ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IParameterInfoParameterDescriptor
public class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor
type ControllerParameterDescriptor = class
inherit ParameterDescriptor
type ControllerParameterDescriptor = class
inherit ParameterDescriptor
interface IParameterInfoParameterDescriptor
Public Class ControllerParameterDescriptor
Inherits ParameterDescriptor
Public Class ControllerParameterDescriptor
Inherits ParameterDescriptor
Implements IParameterInfoParameterDescriptor
- 继承
- 实现
构造函数
ControllerParameterDescriptor() |
操作方法的方法参数的描述符。 |
属性
BindingInfo |
获取或设置 BindingInfo 参数的 。 (继承自 ParameterDescriptor) |
Name |
获取或设置参数名称。 (继承自 ParameterDescriptor) |
ParameterInfo |
获取或设置 ParameterInfo。 |
ParameterType |
获取或设置参数的类型。 (继承自 ParameterDescriptor) |