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