Share via


PagePropertyModel Class

Definition

Represents a property in a PageApplicationModel.

public class PagePropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PagePropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
Inheritance
PagePropertyModel
Inheritance
PagePropertyModel
Implements

Constructors

Properties

Attributes

Gets any attributes which are annotated on the property.

Attributes

The attributes.

(Inherited from ParameterModelBase)
BindingInfo

Gets or sets the BindingInfo associated with this model.

BindingInfo

The BindingInfo.

(Inherited from ParameterModelBase)
Name

The name.

(Inherited from ParameterModelBase)
Page

Gets or sets the PageApplicationModel this PagePropertyModel is associated with.

ParameterType

The type.

(Inherited from ParameterModelBase)
Properties

The properties.

Properties

The properties.

(Inherited from ParameterModelBase)
PropertyInfo

The PropertyInfo.

PropertyName

Gets or sets the property name.

Explicit Interface Implementations

Applies to