PagePropertyModel 类

定义

表示 中的 PageApplicationModel属性。

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

构造函数

PagePropertyModel(PagePropertyModel)

从给定 PagePropertyModel创建 的新PagePropertyModel实例。

PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)

创建 PagePropertyModel 的新实例。

属性

Attributes

获取在 属性上批注的任何属性。

Attributes

属性。

(继承自 ParameterModelBase)
BindingInfo

获取或设置 BindingInfo 与此模型关联的 。

BindingInfo

BindingInfo

(继承自 ParameterModelBase)
Name

名称。

(继承自 ParameterModelBase)
Page

获取或设置 PageApplicationModel 与此 PagePropertyModel 关联的 。

ParameterType

类型。

(继承自 ParameterModelBase)
Properties

属性。

Properties

属性。

(继承自 ParameterModelBase)
PropertyInfo

PropertyInfo

PropertyName

获取或设置属性名称。

显式接口实现

ICommonModel.Attributes

表示 中的 PageApplicationModel属性。

ICommonModel.MemberInfo

表示 中的 PageApplicationModel属性。

ICommonModel.Name

表示 中的 PageApplicationModel属性。

IPropertyModel.Properties

表示 中的 PageApplicationModel属性。

适用于