PageBoundPropertyDescriptor Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a page bound property.
public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptorpublic ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptorpublic class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptorpublic class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptortype PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptortype PageBoundPropertyDescriptor = class
    inherit ParameterDescriptorPublic Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptorPublic Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor- Inheritance
- Implements
Constructors
| PageBoundPropertyDescriptor() | 
Properties
| BindingInfo | Gets or sets the BindingInfo for the parameter.(Inherited from ParameterDescriptor) | 
| Name | Gets or sets the parameter name.(Inherited from ParameterDescriptor) | 
| ParameterType | Gets or sets the type of the parameter.(Inherited from ParameterDescriptor) | 
| Property | Gets or sets the PropertyInfo for this property. | 
Explicit Interface Implementations
| IPropertyInfoParameterDescriptor.PropertyInfo |