ActionModel 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
ActionModel(ActionModel) |
Copier le constructeur pour ActionModel. |
ActionModel(MethodInfo, IReadOnlyList<Object>) |
Initialise une nouvelle instance de ActionModel. |
ActionModel(ActionModel)
- Source:
- ActionModel.cs
- Source:
- ActionModel.cs
- Source:
- ActionModel.cs
Copier le constructeur pour ActionModel.
public:
ActionModel(Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ other);
public ActionModel (Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel
Public Sub New (other As ActionModel)
Paramètres
- other
- ActionModel
ActionModel à copier.
S’applique à
ActionModel(MethodInfo, IReadOnlyList<Object>)
- Source:
- ActionModel.cs
- Source:
- ActionModel.cs
- Source:
- ActionModel.cs
Initialise une nouvelle instance de ActionModel.
public:
ActionModel(System::Reflection::MethodInfo ^ actionMethod, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public ActionModel (System.Reflection.MethodInfo actionMethod, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel : System.Reflection.MethodInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel
Public Sub New (actionMethod As MethodInfo, attributes As IReadOnlyList(Of Object))
Paramètres
- actionMethod
- MethodInfo
MethodInfoAction .
- attributes
- IReadOnlyList<Object>
Attributs associés à l’action.