PageParameterModel Class

Definition

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
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

Applies to