ControllerModel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.