ParameterModelBase 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 model type for reading and manipulation properties and parameters.
Derived instances of this type represent properties and parameters for controllers, and Razor Pages.
public ref class ParameterModelBase abstract : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModelpublic abstract class ParameterModelBase : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModeltype ParameterModelBase = class
    interface IBindingModelPublic MustInherit Class ParameterModelBase
Implements IBindingModel- Inheritance
- 
				ParameterModelBase
- Derived
- Implements
Constructors
| ParameterModelBase(ParameterModelBase) | Copy constructor. | 
| ParameterModelBase(Type, IReadOnlyList<Object>) | Initializes a new instance of a ParameterModelBase. | 
Properties
| Attributes | The attributes. | 
| BindingInfo | The BindingInfo. | 
| Name | The name. | 
| ParameterType | The type. | 
| Properties | The properties. |