ControllerParameterDescriptor 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.
A descriptor for method parameters of an action method.
public ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptorpublic ref class ControllerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IParameterInfoParameterDescriptorpublic class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptorpublic class ControllerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptortype ControllerParameterDescriptor = class
    inherit ParameterDescriptortype ControllerParameterDescriptor = class
    inherit ParameterDescriptor
    interface IParameterInfoParameterDescriptorPublic Class ControllerParameterDescriptor
Inherits ParameterDescriptorPublic Class ControllerParameterDescriptor
Inherits ParameterDescriptor
Implements IParameterInfoParameterDescriptor- Inheritance
- Implements
Constructors
| ControllerParameterDescriptor() | 
Properties
| BindingInfo | Gets or sets the BindingInfo for the parameter.(Inherited from ParameterDescriptor) | 
| Name | Gets or sets the parameter name.(Inherited from ParameterDescriptor) | 
| ParameterInfo | Gets or sets the ParameterInfo. | 
| ParameterType | Gets or sets the type of the parameter.(Inherited from ParameterDescriptor) |