ApiVisibilityConvention.ShouldApply(ActionModel) Méthode
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.
Détermine si cette instance de s’applique IActionModelConvention à un spécifiéaction
.
protected:
virtual bool ShouldApply(Microsoft::AspNetCore::Mvc::ApplicationModels::ActionModel ^ action);
protected virtual bool ShouldApply (Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel action);
abstract member ShouldApply : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -> bool
override this.ShouldApply : Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel -> bool
Protected Overridable Function ShouldApply (action As ActionModel) As Boolean
Paramètres
- action
- ActionModel
L’ActionModelopérateur
Retours
true
si la convention s’applique, sinon false
.
Les types dérivés peuvent remplacer cette méthode pour appliquer cette convention de manière sélective.