ControllerBoundPropertyDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制器的模型绑定属性的描述符。
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() |
控制器的模型绑定属性的描述符。 |
属性
BindingInfo |
获取或设置 BindingInfo 参数的 。 (继承自 ParameterDescriptor) |
Name |
获取或设置参数名称。 (继承自 ParameterDescriptor) |
ParameterType |
获取或设置参数的类型。 (继承自 ParameterDescriptor) |
PropertyInfo |
获取或设置 PropertyInfo 此属性的 。 |