次の方法で共有


ControllerModel コンストラクター

定義

オーバーロード

ControllerModel(ControllerModel)

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

ControllerModel(TypeInfo, IReadOnlyList<Object>)

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

ControllerModel(ControllerModel)

ソース:
ControllerModel.cs
ソース:
ControllerModel.cs
ソース:
ControllerModel.cs

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

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

パラメーター

other
ControllerModel

もう 1 つのコントローラー モデル。

適用対象

ControllerModel(TypeInfo, IReadOnlyList<Object>)

ソース:
ControllerModel.cs
ソース:
ControllerModel.cs
ソース:
ControllerModel.cs

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

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

パラメーター

controllerType
TypeInfo

コントローラーの種類。

attributes
IReadOnlyList<Object>

属性。

適用対象