Partager via


ControllerModel Constructeurs

Définition

Surcharges

ControllerModel(ControllerModel)

Initialise une nouvelle instance de ControllerModel.

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Initialise une nouvelle instance de ControllerModel.

ControllerModel(ControllerModel)

Source:
ControllerModel.cs
Source:
ControllerModel.cs
Source:
ControllerModel.cs

Initialise une nouvelle instance de 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)

Paramètres

other
ControllerModel

Autre modèle de contrôleur.

S’applique à

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Source:
ControllerModel.cs
Source:
ControllerModel.cs
Source:
ControllerModel.cs

Initialise une nouvelle instance de 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))

Paramètres

controllerType
TypeInfo

Type du contrôleur.

attributes
IReadOnlyList<Object>

Attributs.

S’applique à