ControllerModel コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ControllerModel(ControllerModel) |
ControllerModel の新しいインスタンスを初期化します。 |
ControllerModel(TypeInfo, IReadOnlyList<Object>) |
ControllerModel の新しいインスタンスを初期化します。 |
ControllerModel(ControllerModel)
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 の新しいインスタンスを初期化します。
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>
属性。