ControllerBoundPropertyDescriptor 类

定义

控制器的模型绑定属性的描述符。

public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
继承
ControllerBoundPropertyDescriptor
实现

构造函数

ControllerBoundPropertyDescriptor()

控制器的模型绑定属性的描述符。

属性

BindingInfo

获取或设置 BindingInfo 参数的 。

(继承自 ParameterDescriptor)
Name

获取或设置参数名称。

(继承自 ParameterDescriptor)
ParameterType

获取或设置参数的类型。

(继承自 ParameterDescriptor)
PropertyInfo

获取或设置 PropertyInfo 此属性的 。

适用于