ParameterModel.Action Propriété
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.
L’ActionModelopérateur
public:
property Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ Action { Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ get(); void set(Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ value); };
public Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel Action { get; set; }
member this.Action : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel with get, set
Public Property Action As ActionModel