次の方法で共有


PageParameterModel コンストラクター

定義

オーバーロード

PageParameterModel(PageParameterModel)

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

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

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

PageParameterModel(PageParameterModel)

ソース:
PageParameterModel.cs
ソース:
PageParameterModel.cs
ソース:
PageParameterModel.cs

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

public:
 PageParameterModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PageParameterModel ^ other);
public PageParameterModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
Public Sub New (other As PageParameterModel)

パラメーター

other
PageParameterModel

コピーするモデル。

適用対象

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

ソース:
PageParameterModel.cs
ソース:
PageParameterModel.cs
ソース:
PageParameterModel.cs

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

public:
 PageParameterModel(System::Reflection::ParameterInfo ^ parameterInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PageParameterModel (System.Reflection.ParameterInfo parameterInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel : System.Reflection.ParameterInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageParameterModel
Public Sub New (parameterInfo As ParameterInfo, attributes As IReadOnlyList(Of Object))

パラメーター

parameterInfo
ParameterInfo

パラメーター情報。

attributes
IReadOnlyList<Object>

属性。

適用対象