次の方法で共有


PageParameterModel クラス

定義

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

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
継承
PageParameterModel
継承
PageParameterModel
実装

コンストラクター

PageParameterModel(PageParameterModel)

コピー コンストラクター。

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

PageParameterModel の新しいインスタンスを初期化します。

プロパティ

Attributes

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

Attributes

属性。

(継承元 ParameterModelBase)
BindingInfo

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

BindingInfo

BindingInfo

(継承元 ParameterModelBase)
Handler

PageHandlerModel

Name

名前。

(継承元 ParameterModelBase)
ParameterInfo

ParameterInfo

ParameterName

パラメーター名を取得または設定します。

ParameterType

型。

(継承元 ParameterModelBase)
Properties

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

Properties

プロパティ。

(継承元 ParameterModelBase)

明示的なインターフェイスの実装

ICommonModel.Attributes

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

ICommonModel.MemberInfo

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

ICommonModel.Name

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

IPropertyModel.Properties

Page パラメーターを表す読み取りと操作のプロパティとパラメーターのモデル型。

適用対象