PageParameterModel 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 representing a Page Parameter.
public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModelpublic ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModelpublic class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModelpublic class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModeltype PageParameterModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModeltype PageParameterModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModeltype PageParameterModel = class
    inherit ParameterModelBase
    interface IBindingModel
    interface ICommonModel
    interface IPropertyModelPublic Class PageParameterModel
Inherits ParameterModelBase
Implements ICommonModelPublic Class PageParameterModel
Implements IBindingModel, ICommonModel- Inheritance
- Inheritance
- 
				PageParameterModel
- Implements
Constructors
| PageParameterModel(PageParameterModel) | Copy constructor. | 
| PageParameterModel(ParameterInfo, IReadOnlyList<Object>) | Initializes a new instance of a PageParameterModel. | 
Properties
| Attributes | |
| Attributes | The attributes.(Inherited from ParameterModelBase) | 
| BindingInfo | |
| BindingInfo | The BindingInfo.(Inherited from ParameterModelBase) | 
| Handler | The PageHandlerModel. | 
| Name | The name.(Inherited from ParameterModelBase) | 
| ParameterInfo | The ParameterInfo. | 
| ParameterName | Gets or sets the parameter name. | 
| ParameterType | The type.(Inherited from ParameterModelBase) | 
| Properties | |
| Properties | The properties.(Inherited from ParameterModelBase) | 
Explicit Interface Implementations
| ICommonModel.Attributes | |
| ICommonModel.MemberInfo | |
| ICommonModel.Name | |
| IPropertyModel.Properties |