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::ICommonModel
public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PageParameterModel = class
interface ICommonModel
interface IPropertyModel
interface IBindingModel
type PageParameterModel = class
inherit ParameterModelBase
interface ICommonModel
interface IPropertyModel
interface IBindingModel
type PageParameterModel = class
inherit ParameterModelBase
interface IBindingModel
interface ICommonModel
interface IPropertyModel
Public Class PageParameterModel
Implements IBindingModel, ICommonModel
Public Class PageParameterModel
Inherits ParameterModelBase
Implements ICommonModel
- Inheritance
-
PageParameterModel
- Inheritance
- 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 |